るりまサーチ (Ruby 3.3)

最速Rubyリファレンスマニュアル検索!
3件ヒット [1-3件を表示] (0.033秒)
トップページ > バージョン:3.3[x] > クエリ:registry[x] > クエリ:disposition[x]

別のキーワード

  1. registry open
  2. registry create
  3. win32/registry open
  4. win32/registry create
  5. win32/registry new

ライブラリ

クラス

モジュール

検索結果

Win32::Registry#disposition (63322.0)

@todo

@todo

キーの disposition 値を返します。
(REG_CREATED_NEW_KEY または REG_OPENED_EXISTING_KEY)

Win32::Registry::Constants::REG_CREATED_NEW_KEY (9037.0)

@todo

@todo

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

Win32::Registry::Constants::REG_OPENED_EXISTING_KEY (9037.0)

@todo

@todo

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