MS Windows Specific Services¶
This chapter describes modules that are only available on MS Windows platforms.
msvcrt
— Useful routines from the MS VC++ runtimewinreg
— Windows registry access- Functions
CloseKey()
ConnectRegistry()
CreateKey()
CreateKeyEx()
DeleteKey()
DeleteKeyEx()
DeleteValue()
EnumKey()
EnumValue()
ExpandEnvironmentStrings()
FlushKey()
LoadKey()
OpenKey()
OpenKeyEx()
QueryInfoKey()
QueryValue()
QueryValueEx()
SaveKey()
SetValue()
SetValueEx()
DisableReflectionKey()
EnableReflectionKey()
QueryReflectionKey()
- Constants
- Registry Handle Objects
- Functions
winsound
— Sound-playing interface for Windows