Ruby 1.9.2 リファレンスマニュアル
> ライブラリ一覧
> win32/registryライブラリ
> Win32::Registry::APIモジュール
module Win32::Registry::API
クラスの継承リスト: Win32::Registry::API
要約
モジュール関数
定義 |
説明 |
CloseKey(hkey) CreateKey(hkey, name, opt, desired) DeleteKey(hkey, name) DeleteValue(hkey, name) EnumKey(hkey, index) EnumValue(hkey, index) FlushKey(hkey) OpenKey(hkey, name, opt, desired) QueryInfoKey(hkey) QueryValue(hkey, name) SetValue(hkey, name, type, data, size) check(result) packdw(dw) packqw(qw) unpackdw(dw) unpackqw(qw)
|
|
定数