Windows系统相关模块¶
本章节叙述的模块只在 Windows 平台上可用。
msvcrt
--- 来自 MS VC++ 运行时的有用例程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()
- 常量
- 注册表句柄对象
- 函数
winsound
—— Windows 系统的音频播放接口