るりまサーチ (Ruby 2.4.0)

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

別のキーワード

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

検索結果

Win32::Registry#wtime (45352.0)

@todo

@todo

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

Win32::Registry.wtime2time(wtime) (18655.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) (18352.0)

@todo

@todo

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

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

@todo

@todo

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

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

Win32::Registry#info (67.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#descriptor_length (52.0)

@todo

@todo

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

Win32::Registry#max_key_length (52.0)

@todo

@todo

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

Win32::Registry#max_value_length (52.0)

@todo

@todo

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

Win32::Registry#max_value_name_length (52.0)

@todo

@todo

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

Win32::Registry#num_keys (52.0)

@todo

@todo

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

絞り込み条件を変える

Win32::Registry#num_values (52.0)

@todo

@todo

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