Retrieves the screen coordinates of the rectangular area to which the cursor is confined
#include <WinAPIRes.au3>
_WinAPI_GetClipCursor ( )
Success: | $tagRECT structure that contains the screen coordinates of the confining rectangle. |
Failure: | Sets the @error flag to non-zero, call _WinAPI_GetLastError() to get extended error information. |
The calling process must have WINSTA_READATTRIBUTES access to the window station.
Search GetClipCursor in MSDN Library.