GetCursor
The GetCursor
function retrieves the handle of the current cursor.
HCURSOR
GetCursor(VOID)
Parameters
This function
has no parameters.
Return Values
If the
function succeeds, the return value is the handle of the current cursor.
If there is
no cursor, the return value is NULL.
See Also