Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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 |