The GetCursor function retrieves the handle of the current cursor.
HCURSOR GetCursor(VOID)
This function has no parameters.
The return value is the handle of the current cursor. If there is no cursor, the return value is NULL.
SetCursor
See: