るりまサーチ (Ruby 3.0)

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

別のキーワード

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

検索結果

Win32::Registry::API (63001.0)

win32/registry (18235.0)

win32/registry は Win32 プラットフォームでレジストリをアクセスするための ライブラリです。Win32 API の呼び出しに Win32API を使います。

win32/registry は Win32 プラットフォームでレジストリをアクセスするための
ライブラリです。Win32 API の呼び出しに Win32API を使います。

//emlist{
require 'win32/registry'

Win32::Registry::HKEY_CURRENT_USER.open('SOFTWARE\foo') do |reg|
value = reg['foo'] # 値の読み込み
value = reg['foo', Win32::Registry::REG_SZ] ...

Win32::Registry::API.#CloseKey(hkey) (18001.0)

@todo

@todo

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

@todo

@todo

Win32::Registry::API.#DeleteKey(hkey, name) (18001.0)

@todo

@todo

絞り込み条件を変える

Win32::Registry::API.#DeleteValue(hkey, name) (18001.0)

@todo

@todo

Win32::Registry::API.#EnumKey(hkey, index) (18001.0)

@todo

@todo

Win32::Registry::API.#EnumValue(hkey, index) (18001.0)

@todo

@todo

Win32::Registry::API.#FlushKey(hkey) (18001.0)

@todo

@todo

Win32::Registry::API.#OpenKey(hkey, name, opt, desired) (18001.0)

@todo

@todo

絞り込み条件を変える

Win32::Registry::API.#QueryInfoKey(hkey) (18001.0)

@todo

@todo

Win32::Registry::API.#QueryValue(hkey, name) (18001.0)

@todo

@todo

Win32::Registry::API.#SetValue(hkey, name, type, data, size) (18001.0)

@todo

@todo

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

@todo

@todo

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

@todo

@todo

絞り込み条件を変える

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

@todo

@todo

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

@todo

@todo

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

@todo

@todo

Win32::Registry::API::RegCloseKey (18001.0)

@todo

@todo

Win32::Registry::API::RegCreateKeyExA (18001.0)

@todo

@todo

絞り込み条件を変える

Win32::Registry::API::RegDeleteKey (18001.0)

@todo

@todo

Win32::Registry::API::RegDeleteValue (18001.0)

@todo

@todo

Win32::Registry::API::RegEnumKeyExA (18001.0)

@todo

@todo

Win32::Registry::API::RegEnumValueA (18001.0)

@todo

@todo

Win32::Registry::API::RegFlushKey (18001.0)

@todo

@todo

絞り込み条件を変える

Win32::Registry::API::RegOpenKeyExA (18001.0)

@todo

@todo

Win32::Registry::API::RegQueryInfoKey (18001.0)

@todo

@todo

Win32::Registry::API::RegQueryValueExA (18001.0)

@todo

@todo

Win32::Registry::API::RegSetValueExA (18001.0)

@todo

@todo

Win32::Registry#info (9019.0)

@todo

@todo

キー情報を以下の値の配列で返します:
* num_keys
サブキーの個数
* max_key_length
サブキー名の最大長
* num_values
値の個数
* max_value_name_length
値の名前の最大長
* max_value_length
値の最大長
* descriptor_length
セキュリティ記述子の長さ
* wtime
最終更新時刻 (FILETIME)

詳細は以下の Win32 API を参照してください。

* RegQueryInfoKey: h...

絞り込み条件を変える

Win32::Registry.expand_environ(str) (9019.0)

@todo

@todo

str の %\w+% という並びを環境変数に置換します。
REG_EXPAND_SZ で用いられます。

詳細は以下の Win32 API を参照してください。

* ExpandEnvironmentStrings: http://msdn.microsoft.com/library/en-us/sysinfo/base/expandenvironmentstrings.asp

1.6.8から1.8.0への変更点(まとめ) (247.0)

1.6.8から1.8.0への変更点(まとめ) * ((<1.6.8から1.8.0への変更点(まとめ)/インタプリタの変更>)) * ((<1.6.8から1.8.0への変更点(まとめ)/追加されたクラス/モジュール>)) * ((<1.6.8から1.8.0への変更点(まとめ)/追加されたメソッド>)) * ((<1.6.8から1.8.0への変更点(まとめ)/追加された定数>)) * ((<1.6.8から1.8.0への変更点(まとめ)/拡張されたクラス/メソッド(互換性のある変更)>)) * ((<1.6.8から1.8.0への変更点(まとめ)/変更されたクラス/メソッド(互換性のない変更)>)) * ((<1.6.8から1.8.0への変更点(まとめ)/文法の変更>)) * ((<1.6.8から1.8.0への変更点(まとめ)/正規表現>)) * ((<1.6.8から1.8.0への変更点(まとめ)/Marshal>)) * ((<1.6.8から1.8.0への変更点(まとめ)/Windows 対応>)) * ((<1.6.8から1.8.0への変更点(まとめ)/廃止された(される予定の)機能>)) * ((<1.6.8から1.8.0への変更点(まとめ)/ライブラリ>)) * ((<1.6.8から1.8.0への変更点(まとめ)/拡張ライブラリAPI>)) * ((<1.6.8から1.8.0への変更点(まとめ)/バグ修正>)) * ((<1.6.8から1.8.0への変更点(まとめ)/サポートプラットフォームの追加>))

1.6.8から1.8.0への変更点(まとめ)
* ((<1.6.8から1.8.0への変更点(まとめ)/インタプリタの変更>))
* ((<1.6.8から1.8.0への変更点(まとめ)/追加されたクラス/モジュール>))
* ((<1.6.8から1.8.0への変更点(まとめ)/追加されたメソッド>))
* ((<1.6.8から1.8.0への変更点(まとめ)/追加された定数>))
* ((<1.6.8から1.8.0への変更点(まとめ)/拡張されたクラス/メソッド(互換性のある変更)>))
* ((<1.6.8から1.8.0への変更点(まとめ)/変更されたクラス/メソッド(互換性のない変更)>))...