Share via


GetCursor (Windows Embedded CE 6.0)

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

See Also

Reference

CreateCursor
SetCursor

Other Resources

Mouse Functions