QueryPerformanceFrequency(3w)
NAME
QueryPerformanceFrequency (KERNEL32.@)
SYNOPSIS
BOOL QueryPerformanceFrequency
(
PLARGE_INTEGER frequency
)
DESCRIPTION
Get the resolution of the performance 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(3w).
IMPLEMENTATION
Defined in "winbase.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/kernel32/cpu.c".
- Debug channel "reg".