MS Windows 固有のサービス¶
この章では、MS 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 用の音声再生インターフェース