240件ヒット
[1-100件を表示]
(0.022秒)
ライブラリ
-
win32
/ registry (216)
クラス
-
Win32
:: Registry (96)
モジュール
キーワード
-
1
. 6 . 8から1 . 8 . 0への変更点(まとめ) (12) - 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)
-
win32
/ registry (12)
検索結果
先頭5件
-
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