Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 335 of file time.c.
{ LARGE_INTEGER IntTime; IntTime.QuadPart = Time->QuadPart - TICKSTO1980; IntTime.QuadPart = IntTime.QuadPart / TICKSPERSEC; if (IntTime.u.HighPart != 0) return FALSE; *SecondsSince1980 = IntTime.u.LowPart; return TRUE; }