るりまサーチ (Ruby 3.2)

最速Rubyリファレンスマニュアル検索!
11件ヒット [1-11件を表示] (0.048秒)
トップページ > クエリ:i[x] > クエリ:wtime[x] > バージョン:3.2[x] > ライブラリ:win32/registry[x]

別のキーワード

  1. _builtin to_i
  2. fiddle to_i
  3. matrix elements_to_i
  4. csv to_i
  5. matrix i

検索結果

Win32::Registry#wtime (63610.0)

@todo

@todo

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

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

@todo

@todo

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

Win32::Registry#info (27325.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 (18310.0)

@todo

@todo

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

絞り込み条件を変える

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

@todo

@todo

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

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

Win32::Registry#max_key_length (9010.0)

@todo

@todo

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

Win32::Registry#max_value_length (9010.0)

@todo

@todo

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

Win32::Registry#max_value_name_length (9010.0)

@todo

@todo

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

Win32::Registry#num_keys (9010.0)

@todo

@todo

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

絞り込み条件を変える

Win32::Registry#num_values (9010.0)

@todo

@todo

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