Libraries
»
chef
(10.16.2)
»
Index (F)
»
Chef
»
ReservedNames
»
Win32
»
API
»
File
»
FILETIME
Class: Chef::ReservedNames::Win32::API::File::FILETIME
Inherits:
FFI::Struct
Object
FFI::Struct
Chef::ReservedNames::Win32::API::File::FILETIME
show all
Defined in:
lib/chef/win32/api/file.rb
Overview
typedef struct _FILETIME { DWORD dwLowDateTime; DWORD dwHighDateTime; } FILETIME, *PFILETIME;