るりまサーチ (Ruby 2.5.0)

最速Rubyリファレンスマニュアル検索!
13件ヒット [1-13件を表示] (0.039秒)
トップページ > バージョン:2.5.0[x] > クエリ:p[x] > クエリ:create[x] > ライブラリ:win32/registry[x]

別のキーワード

  1. openssl p
  2. openssl p=
  3. fileutils mkdir_p
  4. rsa p
  5. kernel p

検索結果

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

@todo

@todo

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

Win32::Registry.create(key, subkey, desired = KEY_ALL_ACCESS, opt = REG_OPTION_RESERVED) (54913.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| ... } (54913.0)

@todo

@todo

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

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

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

Win32::Registry::Constants::REG_OPTION_CREATE_LINK (27610.0)

@todo

@todo

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

@todo

@todo

絞り込み条件を変える

Win32::Registry::Constants::REG_LEGAL_OPTION (18310.0)

@todo

@todo

Win32::Registry::Constants::REG_OPTION_BACKUP_RESTORE (18310.0)

@todo

@todo

Win32::Registry::Constants::REG_OPTION_NON_VOLATILE (18310.0)

@todo

@todo

Win32::Registry::Constants::REG_OPTION_OPEN_LINK (18310.0)

@todo

@todo

Win32::Registry::Constants::REG_OPTION_RESERVED (18310.0)

@todo

@todo

絞り込み条件を変える

Win32::Registry::Constants::REG_OPTION_VOLATILE (18310.0)

@todo

@todo

Win32::Registry::API::RegCreateKeyExA (18307.0)

@todo

@todo

Win32::Registry::Constants::REG_OPENED_EXISTING_KEY (18307.0)

@todo

@todo

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