I did some digging, and you should use GetSystemTimeAsFileTime. You can pass in a UINT64 by reference, cast to (FILETIME*), to retrieve the system time in 100ns increments. GetSystemTimeAsFileTime( (FILETIME*)&time ); -Fab