open

open(hkey, subkey, desired = KEY_READ, opt = REG_OPTION_RESERVED) Class Public methods â ::open(key, subkey, desired = KEY_READ, opt = REG_OPTION_RESERVED) â ::open(key, subkey, desired = KEY_READ, opt = REG_OPTION_RESERVED) { |reg| ⦠} Open the registry key subkey under key. key is Win32::Registry object of parent key. You can use predefined key HKEY_* (see Constants) desired and opt is access mask and key option. For detail, see the MSDN. If block is given, the key is closed aut

expand_environ

expand_environ(str) Class Public methods Replace %w+% into the environment value of what is contained between the %'s This method is used for REG_EXPAND_SZ. For detail, see expandEnvironmentStrings Win32 API.

create

create(hkey, subkey, desired = KEY_ALL_ACCESS, opt = REG_OPTION_RESERVED) Class Public methods â ::create(key, subkey, desired = KEY_ALL_ACCESS, opt = REG_OPTION_RESERVED) â ::create(key, subkey, desired = KEY_ALL_ACCESS, opt = REG_OPTION_RESERVED) { |reg| ⦠} Create or open the registry key subkey under key. You can use predefined key HKEY_* (see Constants) If subkey is already exists, key is opened and #created? method will return false. If block is given, the key is closed auto

close

close() Instance Public methods Predefined keys cannot be closed

class

class() Instance Public methods Fake class method for Win32::Registry#open, Win32::Registry#create

new

new(hkey, keyname) Class Public methods

new

new(code) Class Public methods

unpackqw

unpackqw(qw) Instance Public methods

unpackdw

unpackdw(dw) Instance Public methods

packqw

packqw(qw) Instance Public methods