Function Reference


_WinAPI_GetCaretBlinkTime

Returns the time required to invert the caret's pixels

#include <WinAPIRes.au3>
_WinAPI_GetCaretBlinkTime ( )

Return Value

Success: The blink time, in milliseconds.
Failure: 0, to get extended error information, call _WinAPI_GetLastError().

Remarks

A return value of INFINITE indicates that the caret does not blink.

See Also

Search GetCaretBlinkTime in MSDN Library.