35. MS Windows Specific Services¶
This chapter describes modules that are only available on MS Windows platforms.
- 35.1.
msilib
— Read and write Microsoft Installer filesFCICreate()
UuidCreate()
OpenDatabase()
CreateRecord()
init_database()
add_data()
Binary
add_tables()
add_stream()
gen_uuid()
- 35.1.1. Database Objects
- 35.1.2. View Objects
- 35.1.3. Summary Information Objects
- 35.1.4. Record Objects
- 35.1.5. Errors
- 35.1.6. CAB Objects
- 35.1.7. Directory Objects
- 35.1.8. Features
- 35.1.9. GUI classes
- 35.1.10. Precomputed tables
- 35.2.
msvcrt
— Useful routines from the MS VC++ runtime - 35.3.
_winreg
— Windows registry accessCloseKey()
ConnectRegistry()
CreateKey()
CreateKeyEx()
DeleteKey()
DeleteKeyEx()
DeleteValue()
EnumKey()
EnumValue()
ExpandEnvironmentStrings()
FlushKey()
LoadKey()
OpenKey()
OpenKeyEx()
QueryInfoKey()
QueryValue()
QueryValueEx()
SaveKey()
SetValue()
SetValueEx()
DisableReflectionKey()
EnableReflectionKey()
QueryReflectionKey()
- 35.3.1. Constants
- 35.3.2. Registry Handle Objects
- 35.4.
winsound
— Sound-playing interface for Windows