术语 | getcursor |
释义 | GetCursor 语法: HCURSOR GetCursor(VOID); Return Value The return value is the handle to the current cursor. If there is no cursor, the return value is NULL. Windows 98 and Windows NT 4.0 SP3 and later: To get information on the global cursor, even if it is not owned by the current thread, use GetCursorInfo . Function Information Minimum DLL Versionuser32.dll HeaderDeclared in Winuser.h, include Windows.h Import libraryUser32.lib Minimum operating systemsWindows 95, Windows NT 3.1 See Also Cursors Overview , GetCursorInfo , SetCursor GetCursor功能 该GetCursor函数检索的句柄,当前光标。 ==英文原文==GetCursor Function The GetCursor function retrieves a handle to the current cursor. Syntax HCURSOR GetCursor(VOID); Return Value The return value is the handle to the current cursor. If there is no cursor, the return value is NULL. Windows 98 and Windows NT 4.0 SP3 and later: To get information on the global cursor, even if it is not owned by the current thread, use GetCursorInfo . Function Information Minimum DLL Versionuser32.dll HeaderDeclared in Winuser.h, include Windows.h Import libraryUser32.lib Minimum operating systemsWindows 95, Windows NT 3.1 See Also Cursors Overview , GetCursorInfo , SetCursor ==原始网址==http://msdn.microsoft.com/en-us/library/ms648388(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。