Share via


OALTimerQueryPerformanceCounter (Windows Embedded CE 6.0)

1/5/2010

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
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

Timer Functions