May 11th, 1999, 07:17 AM
How to find the Last Bootup time on Windows ( 95/NT) using the Win32 APIs.
I do understand that the we have the GetTickCount API that gives the number of
milliseconds that have elapsed since Windows was started, but the catch in using
this API is that the time will wrap around to zero if Windows is run continuously
for 49.7 days. Is there a better way of doing this ?
-Murthy
I do understand that the we have the GetTickCount API that gives the number of
milliseconds that have elapsed since Windows was started, but the catch in using
this API is that the time will wrap around to zero if Windows is run continuously
for 49.7 days. Is there a better way of doing this ?
-Murthy