###User Defined Function###
_WinAPI_GetPerformanceInfo

###Description###
Retrieves the performance information.

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


###Parameters###
None

###ReturnValue###
@@ReturnTable@@
Success 	The array containing the following information:
	[0] - The memory that currently committed by the system, in bytes.
	[1] - The current maximum memory that can be committed by the system without extending the paging file(s), in bytes.
	[2] - The maximum memory that were simultaneously in the committed state since the last system reboot, in bytes.
	[3] - The amount of actual physical memory, in bytes.
	[4] - The amount of physical memory currently available, in bytes.
	[5] - The amount of system cache memory, in bytes.
	[6] - The sum of the memory currently in the paged and nonpaged kernel pools, in bytes.
	[7] - The memory currently in the paged kernel pool, in bytes.
	[8] - The memory currently in the nonpaged kernel pool, in bytes.
	[9] - The size of a page, in bytes.
	[10] - The current number of open handles.
	[11] - The current number of processes.
	[12] - The current number of threads.
Failure 	Sets the @error flag to non-zero, call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended error information.
@@End@@


###Remarks###
None


###Related###


###See Also###
@@MsdnLink@@ GetPerformanceInfo


###Example###
@@IncludeExample@@
