Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 23 of file clock.c.
Referenced by CKsClockForwarder_Constructor(), DMUSIC_CreateReferenceClockImpl(), endTimer(), get_time(), main(), SampleGrabber_IBaseFilter_SetSyncSource(), SendRun(), startTimer(), and test_one_file().
{ ULARGE_INTEGER Time; GetSystemTimeAsFileTime((FILETIME*)&Time); Time.QuadPart -= g_StartupTime.QuadPart; return (clock_t)FileTimeToUnixTime((FILETIME*)&Time, NULL); };