.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH QueryPerformanceCounter 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBQueryPerformanceCounter\fR (KERNEL32.@) .SH SYNOPSIS BOOL QueryPerformanceCounter ( PLARGE_INTEGER \fIcounter\fR ) .SH DESCRIPTION .PP Get the current value of the performance \fIcounter\fR. .SH PARAMS \fIcounter\fR \fB[Out]\fR Destination for the current \fIcounter\fR reading. .PP .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR. \fIcounter\fR contains the current reading .PP \fBFailure:\fR \fBFALSE\fR. .SH SEE ALSO .PP See \fBQueryPerformanceFrequency(3w)\fR. .SH IMPLEMENTATION .PP Declared in \fB"winbase.h"\fR. .PP Implemented in \fB"dlls/kernel32/cpu.c"\fR. .PP Debug channel \fB"reg"\fR.