GetCursor (Windows CE 5.0)

Send Feedback

This function retrieves the handle to the current cursor.

HCURSOR GetCursor(void)

Return Values

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

OS Versions: Windows CE 1.0 and later.
Header: Winuser.h.
Link Library: Cursor.lib, Mcursor.lib.

See Also

CreateCursor | SetCursor

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.