るりまサーチ

最速Rubyリファレンスマニュアル検索!
216件ヒット [1-100件を表示] (0.016秒)
トップページ > クエリ:open[x] > ライブラリ:win32/registry[x]

別のキーワード

  1. socket open
  2. _builtin open
  3. csv open
  4. tempfile open
  5. zlib open

検索結果

<< 1 2 3 > >>

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

@todo

...@todo

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

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

@todo

@todo

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

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

* Registry Key Security and Access Rights: http://msdn.mic...

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

@todo

@todo

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

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

* Registry Key Security and Access Rights: http://msdn.mic...

Win32::Registry#open? (6103.0)

@todo

@todo

Win32::Registry#opened? (6102.0)

@todo

@todo

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

絞り込み条件を変える

Win32::Registry::Constants::REG_OPTION_OPEN_LINK (3103.0)

@todo

@todo

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

@todo

@todo

Win32::Registry::API::RegOpenKeyExA (3102.0)

@todo

@todo

Win32::Registry::Constants::REG_OPENED_EXISTING_KEY (3102.0)

@todo

@todo

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