术语 | getcaretblinktime |
释义 | GetCaretBlinkTime 语法: UINT GetCaretBlinkTime(VOID); Return Value 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 . Function Information Minimum DLL Versionuser32.dll HeaderDeclared in Winuser.h, include Windows.h Import libraryUser32.lib Minimum operating systemsWindows 95, Windows NT 3.1 UnicodeImplemented as Unicode version. See Also Carets Overview , SetCaretBlinkTime GetCaretBlinkTime功能 函数返回的GetCaretBlinkTime需要颠倒插入的像素的时间。用户可以设置这个值。 ==英文原文==GetCaretBlinkTime Function The GetCaretBlinkTime function returns the time required to invert the caret's pixels. The user can set this value. Syntax UINT GetCaretBlinkTime(VOID); Return Value 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 . Function Information Minimum DLL Versionuser32.dll HeaderDeclared in Winuser.h, include Windows.h Import libraryUser32.lib Minimum operating systemsWindows 95, Windows NT 3.1 UnicodeImplemented as Unicode version. See Also Carets Overview , SetCaretBlinkTime ==原始网址==http://msdn.microsoft.com/en-us/library/ms648401(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。