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.

IMPLEMENTATION

Defined in "winbase.h".

Implemented in "dlls/kernel/cpu.c". source.winehq.org/source/dlls/kernel/cpu.c

Debug channel "reg".


Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.