GetCaretBlinkTime function
Retrieves the time required to invert the caret's pixels. The user can set this value.
Syntax
UINT WINAPI GetCaretBlinkTime(void);
Parameters
This function has no parameters.
Return value
Type: UINT
If the function succeeds, the return value is the blink time, in milliseconds.
A return value of INFINITE indicates that the caret does not blink.
A return value is zero indicates that the function has failed. To get extended error information, call GetLastError.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
- Reference
- SetCaretBlinkTime
- Conceptual
- Carets