ShowCaret method

int ShowCaret(
  1. Pointer<HWND__> hWnd
)

Implementation

int ShowCaret(
  ffi.Pointer<HWND__> hWnd,
) {
  return (_ShowCaret ??=
      _dylib.lookupFunction<_c_ShowCaret, _dart_ShowCaret>('ShowCaret'))(
    hWnd,
  );
}