VBGamer |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
RE: Here's a stupid question that needs an answer Adam Hoult (11 replies, 0 views) (2000-Jun-15) The GetTickCount function retrieves the number of milliseconds that have elapsed since Windows was started. It's more accurate than the timeGetTime function though, and is called via Kernel32.dll instead of the winmm.dll that timeGetTime uses. It will wrap around to 0 again if windows has been running for more than 49.71 days (fat chance =). On WinNT the default accuracy of timeGetTime can be as high as 5ms!!! (ugh) =)
Adam
|