INtime SDK Help
FILETIME structure

Provides the file system time stamp, a 64-bit value that represents the number of 100-nanosecond intervals since January 1, 1601. Used for conveying time information from Windows in registry calls RegQueryInfoKey and RtRegQueryInfoKey.

Syntax

typedef struct _FILETIME {
DWORD dwLowDateTime;
DWORD dwHighDateTime;
} FILETIME, *PFILETIME, *LPFILETIME;

Fields

dwLowDateTime
Specifies the low 32 bits of the filetime.
dwHighDateTime
Specifies the high 32 bits of the filetime.
See Also

iwin32

Registry access