###User Defined Function###
_WinAPI_GetCursorInfo

###Description###
Retrieves information about the global cursor

###Syntax###
#include <WinAPI.au3>
_WinAPI_GetCursorInfo (  )


###Parameters###
None.

###ReturnValue###
@@ReturnTable@@
Success:	Array with the following format:
	$aCursor[0] - True
	$aCursor[1] - True if cursor is showing, otherwise False
	$aCursor[2] - Handle to the cursor
	$aCursor[3] - X coordinate of the cursor
	$aCursor[4] - Y coordinate of the cursor
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@@ GetCursorInfo


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