PerfCountSinceTick

This function is a helper function used by QueryPerformanceCounter.

  DWORD PerfCountSinceTick (void);

Return Values

Counter value based on the current high performance counter for the system.

Remarks

This function should not be called directly by any application. The Iltiming.exe tool makes use of this function to facilitate measuring a time change on a system service function. This function returns a counter value based on the current high performance counter for the system. The counter value enables you to determine how much time has passed since the last system tick.

Requirements

Runs on Versions Defined in Include Link to
Windows CE OS 3.0 and later      

See Also

ILTiming.exe, QueryPerformanceCounter