[ofw][patch][WinVerbs tests] Re: fix IPv6 related connectionproblem

Fab Tillier ftillier at windows.microsoft.com
Thu Feb 19 09:52:26 PST 2009


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




More information about the ofw mailing list