るりまサーチ (Ruby 2.3.0)

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

別のキーワード

  1. win32ole new
  2. win32ole name
  3. win32ole ole_type
  4. win32ole to_s
  5. win32ole ole_free

検索結果

Win32::Registry#create(subkey, desired = KEY_ALL_ACCESS, opt = REG_OPTION_RESERVED) (78322.0)

@todo

@todo

Win32::Registry.create(self, subkey, desired, opt) と同じです。

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

@todo

@todo

レジストリキー key 下にキー subkey を作成し,
開いたキーを表す Win32::Registry オブジェクトを返します。
key は親のキーを Win32::Registry オブジェクトで指定します。
親のキーには定義済キー HKEY_* を使用できます (⇒Win32::Registry::Constants)

サブキーが既に存在していればキーはただ開かれ,Win32::Registry#created?
メソッドが false を返します。

ブロックが与えられると,キーは自動的に閉じられます。

Win32::Registry.create(key, subkey, desired = KEY_ALL_ACCESS, opt = REG_OPTION_RESERVED) {|reg| ... } (78307.0)

@todo

@todo

レジストリキー key 下にキー subkey を作成し,
開いたキーを表す Win32::Registry オブジェクトを返します。
key は親のキーを Win32::Registry オブジェクトで指定します。
親のキーには定義済キー HKEY_* を使用できます (⇒Win32::Registry::Constants)

サブキーが既に存在していればキーはただ開かれ,Win32::Registry#created?
メソッドが false を返します。

ブロックが与えられると,キーは自動的に閉じられます。

Win32::Registry#created? (42319.0)

@todo

@todo

キーが新しく作成された場合,真を返します。
(⇒Win32::Registry.create)

Win32::Registry::Constants::REG_CREATED_NEW_KEY (42301.0)

@todo

@todo

キーが新しく作られたか、既存キーが開かれたか。
Win32::Registry#disposition メソッドも参照してください。

絞り込み条件を変える

Win32::Registry::Constants::KEY_CREATE_LINK (33307.0)

@todo

@todo

セキュリティアクセスマスク。

Win32::Registry::Constants::KEY_CREATE_SUB_KEY (33307.0)

@todo

@todo

セキュリティアクセスマスク。

Win32::Registry::Constants::REG_OPTION_CREATE_LINK (33304.0)

@todo

@todo

Win32::Registry::API.#CreateKey(hkey, name, opt, desired) (33301.0)

@todo

@todo

Win32::Registry::API::RegCreateKeyExA (33301.0)

@todo

@todo

絞り込み条件を変える

Win32::Registry::Constants::REG_OPENED_EXISTING_KEY (33001.0)

@todo

@todo

キーが新しく作られたか、既存キーが開かれたか。
Win32::Registry#disposition メソッドも参照してください。

Win32::Registry#keyname (24019.0)

@todo

@todo

Win32::Registry.open または Win32::Registry.create に指定された
subkey の値を返します。

Win32::Registry::Constants::KEY_ALL_ACCESS (24007.0)

@todo

@todo

セキュリティアクセスマスク。

Win32::Registry::Constants::KEY_ENUMERATE_SUB_KEYS (24007.0)

@todo

@todo

セキュリティアクセスマスク。

Win32::Registry::Constants::KEY_EXECUTE (24007.0)

@todo

@todo

セキュリティアクセスマスク。

絞り込み条件を変える

Win32::Registry::Constants::KEY_NOTIFY (24007.0)

@todo

@todo

セキュリティアクセスマスク。

Win32::Registry::Constants::KEY_QUERY_VALUE (24007.0)

@todo

@todo

セキュリティアクセスマスク。

Win32::Registry::Constants::KEY_READ (24007.0)

@todo

@todo

セキュリティアクセスマスク。

Win32::Registry::Constants::KEY_SET_VALUE (24007.0)

@todo

@todo

セキュリティアクセスマスク。

Win32::Registry::Constants::KEY_WRITE (24007.0)

@todo

@todo

セキュリティアクセスマスク。

絞り込み条件を変える

Win32::Registry::Constants::STANDARD_RIGHTS_READ (24007.0)

@todo

@todo

セキュリティアクセスマスク。

Win32::Registry::Constants::STANDARD_RIGHTS_WRITE (24007.0)

@todo

@todo

セキュリティアクセスマスク。

Win32::Registry::Constants::REG_LEGAL_OPTION (24004.0)

@todo

@todo

Win32::Registry::Constants::REG_OPTION_BACKUP_RESTORE (24004.0)

@todo

@todo

Win32::Registry::Constants::REG_OPTION_NON_VOLATILE (24004.0)

@todo

@todo

絞り込み条件を変える

Win32::Registry::Constants::REG_OPTION_OPEN_LINK (24004.0)

@todo

@todo

Win32::Registry::Constants::REG_OPTION_RESERVED (24004.0)

@todo

@todo

Win32::Registry::Constants::REG_OPTION_VOLATILE (24004.0)

@todo

@todo