###User Defined Function###
_WinAPI_GetSystemTimes

###Description###
Retrieves system timing information.

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


###Parameters###
None

###ReturnValue###
@@ReturnTable@@
Success 	The array that contains the following information:
	[0] - The time that the system has been idle.
	[1] - The time that the system has spent executing in kernel mode, in 100-nanosecond time units.
	[2] - The time that the system has spent executing in user mode, in 100-nanosecond time units.
Failure 	Sets the @error flag to non-zero, call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended error information.
@@End@@


###Remarks###
On a multiprocessor system, the _WinAPI_GetSystemTimes() returns a values are the sum of the designated times
across all processors.


###Related###


###See Also###
@@MsdnLink@@ GetSystemTimes
