GetCursor

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/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
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

CreateCursor
SetCursor