Funktionreferenz


_WinAPI_GetCaretBlinkTime


Returns the time required to invert the caret's pixels

#include <WinAPIRes.au3>
_WinAPI_GetCaretBlinkTime ( )

Parameter

None.

Rückgabewert

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

Bemerkungen

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

Siehe auch

Suche nach GetCaretBlinkTime in der MSDN Bibliothek.