GetCaretPos function user32

int GetCaretPos(
  1. Pointer<POINT> lpPoint
)

Copies the caret's position to the specified POINT structure.

BOOL GetCaretPos(
  LPPOINT lpPoint
);

Implementation

int GetCaretPos(Pointer<POINT> lpPoint) => _GetCaretPos(lpPoint);