The GetCursor function retrieves the handle to the current cursor.
HCURSOR GetCursor(VOID)
This function has no parameters.
The return value is the handle to the current cursor. If there is no cursor, the return value is NULL.
Windows NT: Requires version 3.1 or later.
Windows: Requires Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in winuser.h.
Import Library: Use user32.lib.
Cursors Overview, Cursor Functions, SetCursor