Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2006 Jan : QueryPerformanceFrequency
Dear all, I am calling QueryPerformanceFrequency in a loop, and find that the value suddenly changes: freq: Int64; Windows.QueryPerformanceFrequency(freq) freq returns: 3192100000 and sometimes 3192090000 Can this be correct?