るりまサーチ

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

別のキーワード

  1. registry wtime
  2. registry wtime2time
  3. registry time2wtime
  4. win32/registry wtime
  5. win32/registry wtime2time

検索結果

<< 1 2 > >>

Win32::Registry#wtime (15101.0)

@todo

@todo

キー情報の個々の値を返します。

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

@todo

@todo

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

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

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

Win32::Registry.time2wtime(time) (6101.0)

@todo

@todo

Time オブジェクトまたは Integer オブジェクトを受け取り,
64bit の FILETIME に変換します。

Win32::Registry#each_key {|subkey, wtime| ... } (113.0)

@todo

...@todo

キーのサブキーを列挙します。

subkey はサブキーの名前を表す String です。
wtime
は最終更新時刻を表す FILETIME (64-bit 整数) です。
(⇒Win32::Registry.wtime2time)...

Win32::Registry#info (6.0)

@todo

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

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

* RegQueryInfoKey: http://msdn.microsoft.com/libr...

絞り込み条件を変える

win32/registry (6.0)

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

...oo', Win32::Registry::REG_SZ, 'bar') # 値の書き込み

reg.each_value { |name, type, data| ... } # 値の列挙
reg.each_key { |key, wtime| ... } # サブキーの列挙

reg.delete_value('foo') # 値の削除
reg.delete_key('foo')...

Win32::Registry#descriptor_length (1.0)

@todo

@todo

キー情報の個々の値を返します。

Win32::Registry#max_key_length (1.0)

@todo

@todo

キー情報の個々の値を返します。

Win32::Registry#max_value_length (1.0)

@todo

@todo

キー情報の個々の値を返します。

Win32::Registry#max_value_name_length (1.0)

@todo

@todo

キー情報の個々の値を返します。

絞り込み条件を変える

<< 1 2 > >>