OALTimerQueryPerformanceFrequency (Windows Embedded CE 6.0)
1/5/2010
This function returns the current performance frequency through the pFrequency pointer, as well as success/failure through a boolean return value. It is exported through pQueryPerformanceFrequency.
Syntax
BOOL OALTimerQueryPerformanceFrequency(
LARGE_INTEGER *pFrequency
);
Parameters
- *pFrequency
[out] High-resolution performance frequency value.
Return Value
TRUE indicates success.
FALSE indicates failure.
Requirements
Header | oal_timer.h |
Library | Developer Implemented |
Windows Embedded CE | Windows CE 5.0 and later |