るりまサーチ (Ruby 3.0)

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

別のキーワード

  1. constants reg_link
  2. constants reg_sz
  3. constants reg_qword
  4. constants reg_dword
  5. constants reg_none

検索結果

Win32::Registry::Constants::REG_QWORD (54310.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_BINARY (18310.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_QWORD_LITTLE_ENDIAN (18310.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_DWORD (9010.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_DWORD_BIG_ENDIAN (9010.0)

@todo

@todo

レジストリ値の型。

絞り込み条件を変える

Win32::Registry::Constants::REG_DWORD_LITTLE_ENDIAN (9010.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_EXPAND_SZ (9010.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_FULL_RESOURCE_DESCRIPTOR (9010.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_LINK (9010.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_MULTI_SZ (9010.0)

@todo

@todo

レジストリ値の型。

絞り込み条件を変える

Win32::Registry::Constants::REG_NONE (9010.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_RESOURCE_LIST (9010.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_RESOURCE_REQUIREMENTS_LIST (9010.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_SZ (9010.0)

@todo

@todo

レジストリ値の型。

Win32::Registry#read(name, *rtype) (37.0)

@todo

@todo

レジストリ値 name を読み,[ type, data ]
の配列で返します。
name が nil の場合,(標準) レジストリ値が読み込まれます。

type はレジストリ値の型です。(⇒Win32::Registry::Constants)
data はレジストリ値のデータで,クラスは以下の通りです:
* REG_SZ, REG_EXPAND_SZ
String
* REG_MULTI_SZ
String の配列
* REG_DWORD, REG_DWORD_BIG_ENDIAN, REG_QWORD
Integer
* REG_B...

絞り込み条件を変える