GetCaretPos method

int GetCaretPos(
  1. Pointer<POINT> lpPoint
)

Implementation

int GetCaretPos(
  ffi.Pointer<POINT> lpPoint,
) {
  return _GetCaretPos(
    lpPoint,
  );
}