GetCaretPos function Null safety user32
Copies the caret's position to the specified POINT structure.
BOOL GetCaretPos(
LPPOINT lpPoint
);
Implementation
int GetCaretPos(Pointer<POINT> lpPoint) => _GetCaretPos(lpPoint);
Copies the caret's position to the specified POINT structure.
BOOL GetCaretPos(
LPPOINT lpPoint
);
int GetCaretPos(Pointer<POINT> lpPoint) => _GetCaretPos(lpPoint);