るりまサーチ (Ruby 2.7.0)

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

別のキーワード

  1. _builtin to_i
  2. fiddle to_i
  3. matrix elements_to_i
  4. matrix i
  5. csv to_i

キーワード

検索結果

Win32::Registry::Constants::REG_WHOLE_HIVE_VOLATILE (36907.0)

@todo

@todo

Win32::Registry::HKEY_LOCAL_MACHINE -> Win32::Registry (36907.0)

@todo

@todo

それぞれの定義済キーを表す Win32::Registry オブジェクトです。

詳細は以下の MSDN Library を参照してください。

* Predefined Keys: http://msdn.microsoft.com/library/en-us/sysinfo/base/predefined_keys.asp

Win32::Registry#descriptor_length (36607.0)

@todo

@todo

キー情報の個々の値を返します。

Win32::Registry::Constants::HKEY_LOCAL_MACHINE (36607.0)

@todo

@todo

定義済キー値。
これらは Integer で、Win32::Registry オブジェクトではありません。

Win32::Registry::Constants::KEY_CREATE_LINK (36607.0)

@todo

@todo

セキュリティアクセスマスク。

絞り込み条件を変える

Win32::Registry::Constants::REG_DWORD_LITTLE_ENDIAN (36607.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_FULL_RESOURCE_DESCRIPTOR (36607.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_LEGAL_OPTION (36607.0)

@todo

@todo

Win32::Registry::Constants::REG_LINK (36607.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_MULTI_SZ (36607.0)

@todo

@todo

レジストリ値の型。

絞り込み条件を変える

Win32::Registry::Constants::REG_OPTION_CREATE_LINK (36607.0)

@todo

@todo

Win32::Registry::Constants::REG_OPTION_NON_VOLATILE (36607.0)

@todo

@todo

Win32::Registry::Constants::REG_OPTION_OPEN_LINK (36607.0)

@todo

@todo

Win32::Registry::Constants::REG_OPTION_VOLATILE (36607.0)

@todo

@todo

Win32::Registry::Constants::REG_QWORD_LITTLE_ENDIAN (36607.0)

@todo

@todo

レジストリ値の型。

絞り込み条件を変える

Win32::Registry::Constants::REG_RESOURCE_LIST (36607.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_RESOURCE_REQUIREMENTS_LIST (36607.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::PredefinedKey#class (36307.0)

@todo

@todo

Win32::Registry::PredefinedKey#close (36307.0)

@todo

@todo

Win32::Registry#write_bin(name, value) (27628.0)

@todo

@todo

レジストリ値 name に value を書き込みます。

レジストリ値の型はそれぞれ REG_SZ(write_s), REG_DWORD(write_i),
REG_BINARY(write_bin) です。

絞り込み条件を変える

Win32::Registry#write_i(name, value) (27628.0)

@todo

@todo

レジストリ値 name に value を書き込みます。

レジストリ値の型はそれぞれ REG_SZ(write_s), REG_DWORD(write_i),
REG_BINARY(write_bin) です。

Win32::Registry#write_s(name, value) (27628.0)

@todo

@todo

レジストリ値 name に value を書き込みます。

レジストリ値の型はそれぞれ REG_SZ(write_s), REG_DWORD(write_i),
REG_BINARY(write_bin) です。

Win32::Registry#delete_key(name, recursive = false) (27607.0)

@todo

@todo

サブキー name とそのキーが持つすべての値を削除します。

recursive が false の場合,そのサブキーはサブキーを持っていてはなりません。
true の場合,キーは再帰的に削除されます。

Win32::Registry::API.#EnumValue(hkey, index) (27607.0)

@todo

@todo

Win32::Registry::API.#SetValue(hkey, name, type, data, size) (27607.0)

@todo

@todo

絞り込み条件を変える

Win32::Registry::HKEY_CLASSES_ROOT -> Win32::Registry (27607.0)

@todo

@todo

それぞれの定義済キーを表す Win32::Registry オブジェクトです。

詳細は以下の MSDN Library を参照してください。

* Predefined Keys: http://msdn.microsoft.com/library/en-us/sysinfo/base/predefined_keys.asp

Win32::Registry::HKEY_PERFORMANCE_NLSTEXT -> Win32::Registry (27607.0)

@todo

@todo

それぞれの定義済キーを表す Win32::Registry オブジェクトです。

詳細は以下の MSDN Library を参照してください。

* Predefined Keys: http://msdn.microsoft.com/library/en-us/sysinfo/base/predefined_keys.asp

Win32::Registry#close (27307.0)

@todo

@todo

開かれているキーを閉じます。

閉じられた後では,多くのメソッドは例外を発生します。

Win32::Registry#delete(name) (27307.0)

@todo

@todo

レジストリ値 name を削除します。
(標準) レジストリ値を削除することはできません。

Win32::Registry#delete_value(name) (27307.0)

@todo

@todo

レジストリ値 name を削除します。
(標準) レジストリ値を削除することはできません。

絞り込み条件を変える

Win32::Registry#flush (27307.0)

@todo

@todo

キーの全てのデータをレジストリファイルに書き込みます。

Win32::Registry#max_key_length (27307.0)

@todo

@todo

キー情報の個々の値を返します。

Win32::Registry#max_value_length (27307.0)

@todo

@todo

キー情報の個々の値を返します。

Win32::Registry#max_value_name_length (27307.0)

@todo

@todo

キー情報の個々の値を返します。

Win32::Registry#num_values (27307.0)

@todo

@todo

キー情報の個々の値を返します。

絞り込み条件を変える

Win32::Registry#wtime (27307.0)

@todo

@todo

キー情報の個々の値を返します。

Win32::Registry::API.#CloseKey(hkey) (27307.0)

@todo

@todo

Win32::Registry::API.#DeleteKey(hkey, name) (27307.0)

@todo

@todo

Win32::Registry::API.#DeleteValue(hkey, name) (27307.0)

@todo

@todo

Win32::Registry::API.#FlushKey(hkey) (27307.0)

@todo

@todo

絞り込み条件を変える

Win32::Registry::API.#QueryInfoKey(hkey) (27307.0)

@todo

@todo

Win32::Registry::API.#QueryValue(hkey, name) (27307.0)

@todo

@todo

Win32::Registry::API::RegCloseKey (27307.0)

@todo

@todo

Win32::Registry::API::RegDeleteKey (27307.0)

@todo

@todo

Win32::Registry::API::RegDeleteValue (27307.0)

@todo

@todo

絞り込み条件を変える

Win32::Registry::API::RegEnumValueA (27307.0)

@todo

@todo

Win32::Registry::API::RegFlushKey (27307.0)

@todo

@todo

Win32::Registry::API::RegQueryInfoKey (27307.0)

@todo

@todo

Win32::Registry::API::RegQueryValueExA (27307.0)

@todo

@todo

Win32::Registry::API::RegSetValueExA (27307.0)

@todo

@todo

絞り込み条件を変える

Win32::Registry::Constants::HKEY_CLASSES_ROOT (27307.0)

@todo

@todo

定義済キー値。
これらは Integer で、Win32::Registry オブジェクトではありません。

Win32::Registry::Constants::HKEY_CURRENT_CONFIG (27307.0)

@todo

@todo

定義済キー値。
これらは Integer で、Win32::Registry オブジェクトではありません。

Win32::Registry::Constants::HKEY_PERFORMANCE_NLSTEXT (27307.0)

@todo

@todo

定義済キー値。
これらは Integer で、Win32::Registry オブジェクトではありません。

Win32::Registry::Constants::KEY_ALL_ACCESS (27307.0)

@todo

@todo

セキュリティアクセスマスク。

Win32::Registry::Constants::KEY_NOTIFY (27307.0)

@todo

@todo

セキュリティアクセスマスク。

絞り込み条件を変える

Win32::Registry::Constants::KEY_QUERY_VALUE (27307.0)

@todo

@todo

セキュリティアクセスマスク。

Win32::Registry::Constants::KEY_SET_VALUE (27307.0)

@todo

@todo

セキュリティアクセスマスク。

Win32::Registry::Constants::KEY_WRITE (27307.0)

@todo

@todo

セキュリティアクセスマスク。

Win32::Registry::Constants::MAX_KEY_LENGTH (27307.0)

@todo

@todo

Win32::Registry::Constants::MAX_VALUE_LENGTH (27307.0)

@todo

@todo

絞り込み条件を変える

Win32::Registry::Constants::REG_OPTION_BACKUP_RESTORE (27307.0)

@todo

@todo

Win32::Registry::Constants::REG_OPTION_RESERVED (27307.0)

@todo

@todo

Win32::Registry::Constants::STANDARD_RIGHTS_READ (27307.0)

@todo

@todo

セキュリティアクセスマスク。

Win32::Registry::Constants::STANDARD_RIGHTS_WRITE (27307.0)

@todo

@todo

セキュリティアクセスマスク。

Win32::Registry::HKEY_CURRENT_CONFIG -> Win32::Registry (27307.0)

@todo

@todo

それぞれの定義済キーを表す Win32::Registry オブジェクトです。

詳細は以下の MSDN Library を参照してください。

* Predefined Keys: http://msdn.microsoft.com/library/en-us/sysinfo/base/predefined_keys.asp

絞り込み条件を変える

Win32::Registry#each_value {|name, type, value| ... } (18607.0)

@todo

@todo

キーが持つレジストリ値を列挙します。

Win32::Registry::API.#CreateKey(hkey, name, opt, desired) (18307.0)

@todo

@todo

Win32::Registry::API.#EnumKey(hkey, index) (18307.0)

@todo

@todo

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

@todo

@todo

Win32::Registry::API.#check(result) (18307.0)

@todo

@todo

絞り込み条件を変える

Win32::Registry::Constants::REG_NO_LAZY_FLUSH (18307.0)

@todo

@todo

Win32::Registry::HKEY_CURRENT_USER -> Win32::Registry (18307.0)

@todo

@todo

それぞれの定義済キーを表す Win32::Registry オブジェクトです。

詳細は以下の MSDN Library を参照してください。

* Predefined Keys: http://msdn.microsoft.com/library/en-us/sysinfo/base/predefined_keys.asp

Win32::Registry::HKEY_DYN_DATA -> Win32::Registry (18307.0)

@todo

@todo

それぞれの定義済キーを表す Win32::Registry オブジェクトです。

詳細は以下の MSDN Library を参照してください。

* Predefined Keys: http://msdn.microsoft.com/library/en-us/sysinfo/base/predefined_keys.asp

Win32::Registry::HKEY_PERFORMANCE_DATA -> Win32::Registry (18307.0)

@todo

@todo

それぞれの定義済キーを表す Win32::Registry オブジェクトです。

詳細は以下の MSDN Library を参照してください。

* Predefined Keys: http://msdn.microsoft.com/library/en-us/sysinfo/base/predefined_keys.asp

Win32::Registry::HKEY_PERFORMANCE_TEXT -> Win32::Registry (18307.0)

@todo

@todo

それぞれの定義済キーを表す Win32::Registry オブジェクトです。

詳細は以下の MSDN Library を参照してください。

* Predefined Keys: http://msdn.microsoft.com/library/en-us/sysinfo/base/predefined_keys.asp

絞り込み条件を変える

Win32::Registry::HKEY_USERS -> Win32::Registry (18307.0)

@todo

@todo

それぞれの定義済キーを表す Win32::Registry オブジェクトです。

詳細は以下の MSDN Library を参照してください。

* Predefined Keys: http://msdn.microsoft.com/library/en-us/sysinfo/base/predefined_keys.asp

Win32::Registry#num_keys (18007.0)

@todo

@todo

キー情報の個々の値を返します。

Win32::Registry::API.#packdw(dw) (18007.0)

@todo

@todo

Win32::Registry::API.#packqw(qw) (18007.0)

@todo

@todo

Win32::Registry::API.#unpackdw(dw) (18007.0)

@todo

@todo

絞り込み条件を変える

Win32::Registry::API.#unpackqw(qw) (18007.0)

@todo

@todo

Win32::Registry::API::RegCreateKeyExA (18007.0)

@todo

@todo

Win32::Registry::API::RegEnumKeyExA (18007.0)

@todo

@todo

Win32::Registry::API::RegOpenKeyExA (18007.0)

@todo

@todo

Win32::Registry::Constants::HKEY_CURRENT_USER (18007.0)

@todo

@todo

定義済キー値。
これらは Integer で、Win32::Registry オブジェクトではありません。

絞り込み条件を変える

Win32::Registry::Constants::HKEY_DYN_DATA (18007.0)

@todo

@todo

定義済キー値。
これらは Integer で、Win32::Registry オブジェクトではありません。

Win32::Registry::Constants::HKEY_PERFORMANCE_DATA (18007.0)

@todo

@todo

定義済キー値。
これらは Integer で、Win32::Registry オブジェクトではありません。

Win32::Registry::Constants::HKEY_PERFORMANCE_TEXT (18007.0)

@todo

@todo

定義済キー値。
これらは Integer で、Win32::Registry オブジェクトではありません。

Win32::Registry::Constants::HKEY_USERS (18007.0)

@todo

@todo

定義済キー値。
これらは Integer で、Win32::Registry オブジェクトではありません。

Win32::Registry::Constants::KEY_CREATE_SUB_KEY (18007.0)

@todo

@todo

セキュリティアクセスマスク。

絞り込み条件を変える

Win32::Registry::Constants::KEY_ENUMERATE_SUB_KEYS (18007.0)

@todo

@todo

セキュリティアクセスマスク。

Win32::Registry::Constants::KEY_EXECUTE (18007.0)

@todo

@todo

セキュリティアクセスマスク。

Win32::Registry::Constants::KEY_READ (18007.0)

@todo

@todo

セキュリティアクセスマスク。

Win32::Registry#[](name, wtype = nil) (9607.0)

@todo

@todo

レジストリ値 name に value を書き込みます。

オプション引数 wtype を指定した場合は,その型で書き込みます。
指定しなかった場合,value のクラスに応じて次の型で書き込みます:
* Integer
REG_DWORD
* String
REG_SZ
* Array
REG_MULTI_SZ

Win32::Registry#[]=(name, rtype, value = nil) (9607.0)

@todo

@todo

絞り込み条件を変える

Win32::Registry#create(subkey, desired = KEY_ALL_ACCESS, opt = REG_OPTION_RESERVED) (9607.0)

@todo

@todo

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

Win32::Registry.create(key, subkey, desired = KEY_ALL_ACCESS, opt = REG_OPTION_RESERVED) (9607.0)

@todo

@todo

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

サブキーが既に存在していればキーはただ開かれ,Win32::Registry#created?
メソッドが false を返します。

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

Win32::Registry.create(key, subkey, desired = KEY_ALL_ACCESS, opt = REG_OPTION_RESERVED) {|reg| ... } (9607.0)

@todo

@todo

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

サブキーが既に存在していればキーはただ開かれ,Win32::Registry#created?
メソッドが false を返します。

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

Win32::Registry#each {|name, type, value| ... } (9307.0)

@todo

@todo

キーが持つレジストリ値を列挙します。