SetCaretBlinkTime function user32

int SetCaretBlinkTime(
  1. int uMSeconds
)

Sets the caret blink time to the specified number of milliseconds. The blink time is the elapsed time, in milliseconds, required to invert the caret's pixels.

BOOL SetCaretBlinkTime(
  UINT uMSeconds
);

Implementation

int SetCaretBlinkTime(int uMSeconds) => _SetCaretBlinkTime(uMSeconds);