るりまサーチ

最速Rubyリファレンスマニュアル検索!
180件ヒット [1-100件を表示] (0.312秒)
トップページ > クエリ:n[x] > クエリ:REG_DWORD_BIG_ENDIAN[x]

別のキーワード

  1. _builtin new
  2. _builtin inspect
  3. _builtin []
  4. _builtin to_s
  5. _builtin each

検索結果

<< 1 2 > >>

Win32::Registry::Constants::REG_DWORD_BIG_ENDIAN (21201.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_BINARY (6101.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_DWORD_LITTLE_ENDIAN (6101.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_EXPAND_SZ (6101.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_LINK (6101.0)

@todo

@todo

レジストリ値の型。

絞り込み条件を変える

Win32::Registry::Constants::REG_NONE (6101.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_QWORD_LITTLE_ENDIAN (6101.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_RESOURCE_REQUIREMENTS_LIST (6101.0)

@todo

@todo

レジストリ値の型。

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

@todo

...@todo

レジストリ値 name を読み,[ type, data ]
の配列で返します。
n
ame が 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_BINARY
String (バイナリデータを含みます)

オプション引数 rtype が指定されていた場合,レジストリ値...
...下の通りです:
* REG_SZ, REG_EXPAND_SZ
String
* REG_MULTI_SZ
String の配列
* REG_DWORD, REG_DWORD_BIG_ENDIAN, REG_QWORD
Integer
* REG_BINARY, REG_NONE
String (バイナリデータを含みます)

オプション引数 rtype が指定されていた場合,レジス...
<< 1 2 > >>