QueryPerformanceCounter(3w)
NAME
QueryPerformanceCounter (KERNEL32.@)
SYNOPSIS
BOOL QueryPerformanceCounter
(
PLARGE_INTEGER counter
)
DESCRIPTION
Get the current value of the performance counter.
PARAMS
counter [Out] Destination for the current counter reading.
RETURNS
Success: TRUE. counter contains the current reading
Failure: FALSE.
SEE ALSO
See QueryPerformanceFrequency(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".