dwLowDateTime
Specifies the low-order 32 bits of the Win32 date/time value.
dwHighDateTime
Specifies the high-order 32 bits of the Win32 date/time value.
It is not recommended that you add or substract values from this structure to obtain relative times.
Instead, you should do the following:
Not all file systems can record creation and last access time and not all file systems
record them in the same manner. For example, on NT FAT, create time has a resolution
of 10 milliseconds, write time has a resolution of 2 seconds, and access time has a
resolution of 1 day (really, the access date). On NTFS, access time has a resolution of
1 hour. Therefore, the GetFileTime function may not return the same file time
information set using the SetFileTime function. Furthermore, FAT records times on disk
in local time. However, NTFS records times on disk in UTC.