るりまサーチ (Ruby 2.4.0)

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

別のキーワード

  1. _builtin constants
  2. module constants
  3. constants pf_lat
  4. constants pf_osi
  5. constants af_ppp

検索結果

Win32::Registry::Constants::REG_QWORD (99607.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_QWORD_LITTLE_ENDIAN (72907.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_BINARY (63607.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_DWORD_BIG_ENDIAN (63607.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_DWORD_LITTLE_ENDIAN (63607.0)

@todo

@todo

レジストリ値の型。

絞り込み条件を変える

Win32::Registry::Constants::REG_FULL_RESOURCE_DESCRIPTOR (63607.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_LINK (63607.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_MULTI_SZ (63607.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_RESOURCE_LIST (63607.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_RESOURCE_REQUIREMENTS_LIST (63607.0)

@todo

@todo

レジストリ値の型。

絞り込み条件を変える

Win32::Registry::Constants::REG_DWORD (54307.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_EXPAND_SZ (54307.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_NONE (54307.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_SZ (54307.0)

@todo

@todo

レジストリ値の型。

Win32::Registry#read(name, *rtype) (27337.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...

絞り込み条件を変える