次の方法で共有


OALTimerQueryPerformanceFrequency (Compact 2013)

10/16/2014

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

See Also

Reference

Timer Functions