QueryPerformanceCounter (KERNEL32.@)
BOOL QueryPerformanceCounter ( PLARGE_INTEGER counter )
Get the current value of the performance counter.
counter | [Out] | Destination for the current counter reading. |
Success: TRUE. counter contains the current reading
Failure: FALSE.
See QueryPerformanceFrequency.
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 Nov 2008.