Specifies a date and time in terms of seconds and microseconds.
typedef struct tagTimeValue { QWORD qwSeconds; DWORD dwMicroseconds; } TIMEVALUE, *LPTIMEVALUE;
qwSeconds
dwMicroseconds