216件ヒット
[1-100件を表示]
(0.016秒)
種類
- 定数 (108)
- インスタンスメソッド (48)
- 特異メソッド (48)
- モジュール関数 (12)
クラス
-
Win32
:: Registry (96)
モジュール
キーワード
- OpenKey (12)
-
REG
_ LEGAL _ OPTION (12) -
REG
_ OPENED _ EXISTING _ KEY (12) -
REG
_ OPTION _ BACKUP _ RESTORE (12) -
REG
_ OPTION _ CREATE _ LINK (12) -
REG
_ OPTION _ NON _ VOLATILE (12) -
REG
_ OPTION _ OPEN _ LINK (12) -
REG
_ OPTION _ RESERVED (12) -
REG
_ OPTION _ VOLATILE (12) - RegOpenKeyExA (12)
- keyname (12)
- new (24)
- open? (12)
- opened? (12)
検索結果
先頭5件
-
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 メソッドも参照してください。