NAME

QueryPerformanceFrequency  (KERNEL32.@)

SYNOPSIS

 BOOL QueryPerformanceFrequency
 (
  PLARGE_INTEGER frequency
 )

DESCRIPTION

Get the resolution of the performace counter.

PARAMS

frequency [Out] Destination for the counter resolution.

RETURNS

Success. TRUE. Frequency contains the resolution of the counter.

Failure: FALSE.

SEE ALSO

See QueryPerformanceCounter.

IMPLEMENTATION

Defined in "winbase.h".

Implemented in "dlls/kernel32/cpu.c". source.winehq.org/source/dlls/kernel32/cpu.c

Debug channel "reg".


Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.