るりまサーチ

最速Rubyリファレンスマニュアル検索!
240件ヒット [1-100件を表示] (0.022秒)

別のキーワード

  1. registry create
  2. win32/registry open
  3. win32/registry new
  4. win32/registry create

検索結果

<< 1 2 3 > >>

Win32::Registry#open(subkey, desired = KEY_READ, opt = REG_OPTION_RESERVED) (21113.0)

@todo

...@todo

Win32::Registry.open(self, subkey, desired, opt) と同じです。...

Win32::Registry.open(key, subkey, desired = KEY_READ, opt = REG_OPTION_RESERVED) (18132.0)

@todo

...y を開き,
開いたキーを表す Win32::Registry オブジェクトを返します。
key は親のキーを Win32::Registry オブジェクトで指定します。
親のキーには定義済キー HKEY_* を使用できます (⇒Win32::Registry::Constants)

desired はアクセスマスク...
...ーのオプションです。
詳細は以下の MSDN Library を参照してください。

* Registry Key Security and Access Rights: http://msdn.microsoft.com/library/en-us/sysinfo/base/registry_key_security_and_access_rights.asp

ブロックが与えられると,キーは自動的に閉じ...

Win32::Registry.open(key, subkey, desired = KEY_READ, opt = REG_OPTION_RESERVED) {|reg| ... } (18132.0)

@todo

...y を開き,
開いたキーを表す Win32::Registry オブジェクトを返します。
key は親のキーを Win32::Registry オブジェクトで指定します。
親のキーには定義済キー HKEY_* を使用できます (⇒Win32::Registry::Constants)

desired はアクセスマスク...
...ーのオプションです。
詳細は以下の MSDN Library を参照してください。

* Registry Key Security and Access Rights: http://msdn.microsoft.com/library/en-us/sysinfo/base/registry_key_security_and_access_rights.asp

ブロックが与えられると,キーは自動的に閉じ...

Win32::Registry#open? (9101.0)

@todo

@todo

Win32::Registry#opened? (9100.0)

@todo

@todo

キーがまだ閉じられていない場合,真を返します。

絞り込み条件を変える

Win32::Registry::Constants::REG_OPENED_EXISTING_KEY (6106.0)

@todo

...@todo

キーが新しく作られたか、既存キーが開かれたか。
Win32::Registry#disposition メソッドも参照してください。...

Win32::Registry::Constants::REG_OPTION_OPEN_LINK (6101.0)

@todo

@todo

Win32::Registry::API.#OpenKey(hkey, name, opt, desired) (6100.0)

@todo

@todo

Win32::Registry::API::RegOpenKeyExA (6100.0)

@todo

@todo
<< 1 2 3 > >>