FILETIME (Compact 2013)
3/28/2014
This structure is a 64-bit value representing the number of 100-nanosecond intervals since January 1, 1601.
Syntax
typedef struct _FILETIME {
DWORD dwLowDateTime;
DWORD dwHighDateTime;
} FILETIME;
Members
- dwLowDateTime
Specifies the low 32 bits of the Win32 date/time value.
- dwHighDateTime
Specifies the upper 32 bits of the Win32 date/time value.
Remarks
This data structure is used in the time conversion functions between MS-DOS and Win32.
Requirements
Header |
winbase.h |
See Also
Reference
Time Structures
CompareFileTime
FileTimeToLocalFileTime
FileTimeToSystemTime
GetFileTime
LocalFileTimeToFileTime
SetFileTime
SystemTimeToFileTime