FILETIME
A version of this page is also available for
4/8/2010
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 |
Windows Embedded CE | Windows CE 1.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |
See Also
Reference
Time Structures
CompareFileTime
FileTimeToLocalFileTime
FileTimeToSystemTime
GetFileTime
LocalFileTimeToFileTime
SetFileTime
SystemTimeToFileTime