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
Defined in "controls.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/user32/cursoricon.c".
- Debug channel "cursor".