GetClipCursor function user32

int GetClipCursor(
  1. Pointer<RECT> lpRect
)

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

BOOL GetClipCursor(
  LPRECT lpRect
);

Implementation

int GetClipCursor(Pointer<RECT> lpRect) => _GetClipCursor(lpRect);