るりまサーチ

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

別のキーワード

  1. net/http get
  2. http get
  3. http start
  4. net/http start
  5. net/http post

検索結果

<< 1 2 > >>

Win32::Registry#info (7.0)

@todo

...max_value_length
値の最大長
* descriptor_length
セキュリティ記述子の長さ
* wtime
最終更新時刻 (FILETIME)

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

* RegQueryInfoKey: http://msdn.microsoft.com/library/en-us/sysinfo/base/regqueryinfokey.asp...

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

@todo

...@todo

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

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

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

Win32::Registry.new(key, subkey, desired = KEY_READ, opt = REG_OPTION_RESERVED) (7.0)

@todo

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

desired はアクセスマ...
...opt はキーのオプションです。
詳細は以下の MSDN Library を参照してください。

* Registry Key Security and Access Rights: http://msdn.microsoft.com/library/en-us/sysinfo/base/registry_key_security_and_access_rights.asp

ブロックが与えられると,キーは自動...

Win32::Registry.new(key, subkey, desired = KEY_READ, opt = REG_OPTION_RESERVED) {|reg| ... } (7.0)

@todo

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

desired はアクセスマ...
...opt はキーのオプションです。
詳細は以下の MSDN Library を参照してください。

* Registry Key Security and Access Rights: http://msdn.microsoft.com/library/en-us/sysinfo/base/registry_key_security_and_access_rights.asp

ブロックが与えられると,キーは自動...

Win32::Registry.open(key, subkey, desired = KEY_READ, opt = REG_OPTION_RESERVED) (7.0)

@todo

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

desired はアクセスマ...
...opt はキーのオプションです。
詳細は以下の MSDN Library を参照してください。

* Registry Key Security and Access Rights: http://msdn.microsoft.com/library/en-us/sysinfo/base/registry_key_security_and_access_rights.asp

ブロックが与えられると,キーは自動...

絞り込み条件を変える

Win32::Registry.open(key, subkey, desired = KEY_READ, opt = REG_OPTION_RESERVED) {|reg| ... } (7.0)

@todo

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

desired はアクセスマ...
...opt はキーのオプションです。
詳細は以下の MSDN Library を参照してください。

* Registry Key Security and Access Rights: http://msdn.microsoft.com/library/en-us/sysinfo/base/registry_key_security_and_access_rights.asp

ブロックが与えられると,キーは自動...

Win32::Registry.wtime2time(wtime) (7.0)

@todo

...@todo

64bit の FILETIME を Time オブジェクトに変換します。

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

* FILETIME Structure: http://msdn.microsoft.com/library/en-us/sysinfo/base/filetime_str.asp...

Win32::Registry::HKEY_CLASSES_ROOT -> Win32::Registry (7.0)

@todo

...@todo

それぞれの定義済キーを表す Win32::Registry オブジェクトです。

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

* Predefined Keys: http://msdn.microsoft.com/library/en-us/sysinfo/base/predefined_keys.asp...

Win32::Registry::HKEY_CURRENT_CONFIG -> Win32::Registry (7.0)

@todo

...@todo

それぞれの定義済キーを表す Win32::Registry オブジェクトです。

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

* Predefined Keys: http://msdn.microsoft.com/library/en-us/sysinfo/base/predefined_keys.asp...

Win32::Registry::HKEY_CURRENT_USER -> Win32::Registry (7.0)

@todo

...@todo

それぞれの定義済キーを表す Win32::Registry オブジェクトです。

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

* Predefined Keys: http://msdn.microsoft.com/library/en-us/sysinfo/base/predefined_keys.asp...

絞り込み条件を変える

<< 1 2 > >>