QueryPerformanceFrequency (KERNEL32.@)
BOOL QueryPerformanceFrequency ( PLARGE_INTEGER frequency )
Get the resolution of the performace counter.
frequency | [Out] | Destination for the counter resolution. |
Success. TRUE. Frequency contains the resolution of the counter.
Failure: FALSE.
Defined in "winbase.h".
Implemented in "dlls/kernel32/cpu.c". source.winehq.org/source/dlls/kernel32/cpu.c
Debug channel "reg".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.