Retrieves the current value of the high-resolution performance counter (which is the same as the processor clock).
BOOLEAN QueryPerformanceCounter(
LARGE_INTEGER* pPerformanceCount
);
pPerformanceCount
0 (zero)
| Versions | Defined in | Include | Link to |
|---|---|---|---|
| INtime 3.0 | intime/rt/include/iwin32.h | iwin32.h | iwin32.lib |
Note
This function operates in the real-time portion of your application.
QueryPerformanceFrequency, iwin32 API, iwin32 Overview