This structure is a 64-bit value representing the number of 100-nanosecond intervals since January 1, 1601.
At a Glance
Header file: | Winbase.h |
Windows CE versions: | 1.0 and later |
Syntax
typedef struct _FILETIME { // ft
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
The FILETIME data structure is used in the time conversion functions between MS-DOS and Win32.
See Also
CompareFileTime, FileTimeToLocalFileTime, FileTimeToSystemTime, GetFileTime, LocalFileTimeToFileTime, SetFileTime, SystemTimeToFileTime