Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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 |