ShowCaret function user32
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);