Function Reference


_WinAPI_GetClipCursor

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

#include <WinAPIRes.au3>
_WinAPI_GetClipCursor ( )

Return Value

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.

Remarks

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

See Also

Search GetClipCursor in MSDN Library.