Retrieves the current value of the high-resolution performance counter
#include <WinAPISys.au3>
_WinAPI_QueryPerformanceCounter ( )
Success: | The current performance-counter value, in counts. |
Failure: | 0, call _WinAPI_GetLastError() to get extended error information. |
Search QueryPerformanceCounter in MSDN Library.