るりまサーチ

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

別のキーワード

  1. new openssl::bn
  2. new openssl::asn1::asn1data
  3. new openssl::x509::certificate
  4. new openssl::pkey::ec::group
  5. start net::smtp

検索結果

<< 1 2 3 ... > >>

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

@todo

...ey を作成し,
開いたキーを表す 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| ... } (62126.0)

@todo

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

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

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

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

@todo

...@todo

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

Win32::Registry#created? (27118.0)

@todo

...@todo

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

Win32::Registry#keyname (21024.0)

@todo

...@todo

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

絞り込み条件を変える

Win32::Registry::Constants::REG_CREATED_NEW_KEY (9106.0)

@todo

...@todo

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

Win32::Registry::Constants::KEY_CREATE_LINK (6102.0)

@todo

@todo

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

Win32::Registry::Constants::KEY_CREATE_SUB_KEY (6102.0)

@todo

@todo

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

Win32::Registry::Constants::REG_OPTION_CREATE_LINK (6101.0)

@todo

@todo

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

@todo

@todo

絞り込み条件を変える

<< 1 2 3 ... > >>