るりまサーチ (Ruby 2.5.0)

最速Rubyリファレンスマニュアル検索!
15件ヒット [1-15件を表示] (0.022秒)
トップページ > バージョン:2.5.0[x] > クエリ:constants[x] > クエリ:reg_dword[x]

別のキーワード

  1. constants reg_qword
  2. constants reg_none
  3. constants reg_binary
  4. constants reg_sz

検索結果

Win32::Registry::Constants::REG_DWORD (18310.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_DWORD_BIG_ENDIAN (18310.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_DWORD_LITTLE_ENDIAN (18310.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_BINARY (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_QWORD (9010.0)

@todo

@todo

レジストリ値の型。

絞り込み条件を変える

Win32::Registry::Constants::REG_QWORD_LITTLE_ENDIAN (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) (55.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...

絞り込み条件を変える