Scroll to navigation

SetCursor(3w) Wine API SetCursor(3w)

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

Declared in "controls.h".
Implemented in "dlls/user32/cursoricon.c".
Debug channel "cursor".
Oct 2012 Wine API