L_FILETIME
The L_FILETIME structure holds an unsigned 64-bit date and time value for a file. This value represents the number of 100-nanosecond units since the beginning of January 1, 1601.
Member |
Data Type |
Description |
dwLowDateTime |
DWORD |
Low-order 32 bits of the file time value. |
dwHighDateTime |
DWORD |
High-order 32 bits of the file time value. |