###User Defined Function###
_WinAPI_QueryPerformanceCounter

###Description###
Retrieves the current value of the high-resolution performance counter.

###Syntax###
#include <WinAPISys.au3>
_WinAPI_QueryPerformanceCounter (  )


###Parameters###
None

###ReturnValue###
@@ReturnTable@@
Success 	The current performance-counter value, in counts.
Failure 	0, call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended error information.
@@End@@


###Remarks###
None


###Related###


###See Also###
@@MsdnLink@@ QueryPerformanceCounter
