MS Windows 特有服務¶
此章節描述僅在 MS Windows 系統上可用的模組 (module)。
msvcrt
--- MS VC++ runtime 提供的有用例程winreg
--- Windows 註冊表存取- 函式
CloseKey()
ConnectRegistry()
CreateKey()
CreateKeyEx()
DeleteKey()
DeleteKeyEx()
DeleteValue()
EnumKey()
EnumValue()
ExpandEnvironmentStrings()
FlushKey()
LoadKey()
OpenKey()
OpenKeyEx()
QueryInfoKey()
QueryValue()
QueryValueEx()
SaveKey()
SetValue()
SetValueEx()
DisableReflectionKey()
EnableReflectionKey()
QueryReflectionKey()
- 常數
- Registry Handle Objects
- 函式
winsound
--- Windows 的聲音播放介面