ShowCaret function user32

int ShowCaret(
  1. int hWnd
)

Makes the caret visible on the screen at the caret's current position. When the caret becomes visible, it begins flashing automatically.

BOOL ShowCaret(
  HWND hWnd
);

Implementation

int ShowCaret(int hWnd) => _ShowCaret(hWnd);