Funktionreferenz


_WinAPI_GetClipCursor


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

#include <WinAPIRes.au3>
_WinAPI_GetClipCursor ( )

Parameter

None.

Rückgabewert

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.

Bemerkungen

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

Siehe auch

Suche nach GetClipCursor in der MSDN Bibliothek.