###User Defined Function###
_WinAPI_GetClipCursor

###Description###
Retrieves the screen coordinates of the rectangular area to which the cursor is confined.

###Syntax###
#include <WinAPIRes.au3>
_WinAPI_GetClipCursor (  )


###Parameters###
None

###ReturnValue###
@@ReturnTable@@
Success 	$tagRECT structure that contains the screen coordinates of the confining rectangle.
Failure 	Sets the @error flag to non-zero, call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended error information.
@@End@@


###Remarks###
The calling process must have WINSTA_READATTRIBUTES access to the window station.


###Related###


###See Also###
@@MsdnLink@@ GetClipCursor
