Returns the time required to invert the caret's pixels
#include <WinAPIRes.au3>
_WinAPI_GetCaretBlinkTime ( )
Success: | The blink time, in milliseconds. |
Failure: | 0, to get extended error information, call _WinAPI_GetLastError(). |
A return value of INFINITE indicates that the caret does not blink.
Search GetCaretBlinkTime in MSDN Library.