Scroll to navigation

QueryPerformanceCounter(3w) Wine API 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

Declared in "winbase.h".
Implemented in "dlls/kernel32/cpu.c".
Debug channel "reg".
Oct 2012 Wine API