GetCaretBlinkTime 函数 (winuser.h)
检索反转插入点像素所需的时间。 用户可以设置此值。
语法
UINT GetCaretBlinkTime();
返回值
类型: UINT
如果函数成功,则返回值为闪烁时间(以毫秒为单位)。
返回值 INFINITE 指示插入点不闪烁。
返回值为零表示函数失败。 要获得更多的错误信息,请调用 GetLastError。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 2000 Professional [仅限桌面应用] |
最低受支持的服务器 | Windows 2000 Server [仅限桌面应用] |
目标平台 | Windows |
标头 | winuser.h (包括 Windows.h) |
Library | User32.lib |
DLL | User32.dll |
API 集 | 在 Windows 8) 中引入的 ext-ms-win-ntuser-caret-l1-1-0 ( |
另请参阅
概念性
引用