るりまサーチ

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

別のキーワード

  1. win32/registry hkey_users
  2. win32/registry hkey_dyn_data
  3. win32/registry hkey_current_user
  4. win32/registry hkey_classes_root
  5. win32/registry hkey_local_machine

検索結果

<< < ... 3 4 5 6 > >>

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

@todo

@todo

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

@todo

@todo

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

@todo

@todo

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

@todo

@todo

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

@todo

@todo

絞り込み条件を変える

WIN32OLE_TYPELIB.new(libname, mjv = nil, miv = nil) -> WIN32OLE_TYPELIB (6.0)

WIN32OLE_TYPELIBオブジェクトを生成します。

...ame # => 'Microsoft Excel 14.0 Object Library'
puts tlib5.name # => 'Microsoft Shell Controls And Automation'

TypeLibは、レジストリのHKEY_CLASS_ROOT\TypeLibキーの下にGUIDをキーとし
て格納されています。GUIDキーの下にバージョン番号キーが並び、ドキ...

Win32::Registry#name (6.0)

@todo

...@todo

キーのフルパスを 'HKEY_CURRENT_USER\SOFTWARE\foo\bar'
のような形で返します。...

Win32::Registry#to_s (6.0)

@todo

...@todo

キーのフルパスを 'HKEY_CURRENT_USER\SOFTWARE\foo\bar'
のような形で返します。...

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

@todo

...ブジェクトを返します。
key は親のキーを Win32::Registry オブジェクトで指定します。
親のキーには定義済キー HKEY_* を使用できます (⇒Win32::Registry::Constants)

サブキーが既に存在していればキーはただ開かれ,Win32::Registry#create...
<< < ... 3 4 5 6 > >>