Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This function retrieves the handle to the current cursor.
Syntax
HCURSOR GetCursor(void)
Return Value
The handle to the current cursor indicates success. NULL indicates that there is no cursor.
Remarks
If this function is called after the CreateCursor function creates a cursor of zero dimensions, it retrieves that new cursor.
Requirements
| Header | winuser.h |
| Library | Cursor.lib, Mcursor.lib |
| Windows Embedded CE | Windows CE 1.0 and later |