Funktionreferenz


_WinAPI_QueryPerformanceCounter


Retrieves the current value of the high-resolution performance counter

#include <WinAPISys.au3>
_WinAPI_QueryPerformanceCounter ( )

Parameter

None.

Rückgabewert

Success: The current performance-counter value, in counts.
Failure: 0, call _WinAPI_GetLastError() to get extended error information.

Bemerkungen

None.

Siehe auch

Suche nach QueryPerformanceCounter in der MSDN Bibliothek.