SetCursor.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

SetCursor (USER32.@)

SYNOPSIS

HCURSOR SetCursor
 (
  HCURSOR hCursor
 )

PARAMS

hCursor [In] Handle of cursor to show.

DESCRIPTION

Set the cursor shape.

RETURNS

A handle to the previous cursor shape.

IMPLEMENTATION

Defined in "controls.h".

Implemented in "dlls/user32/cursoricon.c".

Debug channel "cursor".