Group: Cursor - Library: user32
Retrieving the rectangle area where the mouse cursor is confined
Clipping mouse cursor area
BOOL GetClipCursor(
LPRECT lpRect // address of structure for rectangle
); DECLARE SHORT GetClipCursor IN user32 STRING @ lpRect lpRect Points to a RECT structure that receives the screen coordinates of the confining rectangle.
If the function succeeds, the return value is TRUE.
Home