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 automatically.

doc_ruby_on_rails
2015-06-12 11:28:13
Comments
Leave a Comment

Please login to continue.