.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH QueryPerformanceFrequency 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBQueryPerformanceFrequency\fR (KERNEL32.@) .SH SYNOPSIS BOOL QueryPerformanceFrequency ( PLARGE_INTEGER \fIfrequency\fR ) .SH DESCRIPTION .PP Get the resolution of the performance counter. .SH PARAMS \fIfrequency\fR \fB[Out]\fR Destination for the counter resolution. .PP .SH RETURNS .PP Success. \fBTRUE\fR. Frequency contains the resolution of the counter. .PP \fBFailure:\fR \fBFALSE\fR. .SH SEE ALSO .PP See \fBQueryPerformanceCounter(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.