OALTimerQueryPerformanceCounter (Compact 2013)
10/16/2014
This function returns the current performance counter through the pCounter pointer, as well as success/failure through a boolean return value. It is exported through pQueryPerformanceCounter.
Syntax
BOOL OALTimerQueryPerformanceCounter(
LARGE_INTEGER *pCounter
);
Parameters
- *pCounter
[out] High-resolution performance counter value.
Return Value
TRUE indicates success.
FALSE indicates failure.
Requirements
Header |
oal_timer.h |
Library |
Developer Implemented |