Ruby 1.9.2 リファレンスマニュアル > ライブラリ一覧 > win32/registryライブラリ > Win32::Registry::APIモジュール > CloseKey

module function Win32::Registry::API.#CloseKey

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)