.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SetCursor 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSetCursor\fR (USER32.@) .SH SYNOPSIS HCURSOR SetCursor ( HCURSOR \fIhCursor\fR ) .SH PARAMS \fIhCursor\fR \fB[In]\fR Handle of cursor to show. .PP .SH DESCRIPTION .PP Set the cursor shape. .SH RETURNS .PP A handle to the previous cursor shape. .SH IMPLEMENTATION .PP Declared in \fB"controls.h"\fR. .PP Implemented in \fB"dlls/user32/cursoricon.c"\fR. .PP Debug channel \fB"cursor"\fR.