.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH DrawIconEx 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBDrawIconEx\fR (USER32.@) .SH SYNOPSIS BOOL DrawIconEx ( HDC \fIhdc\fR, INT \fIx0\fR, INT \fIy0\fR, HICON \fIhIcon\fR, INT \fIcxWidth\fR, INT \fIcyWidth\fR, UINT \fIistep\fR, HBRUSH \fIhbr\fR, UINT \fIflags\fR ) .SH DESCRIPTION .PP DrawIconEx (\fBUSER32\fR.@) Draws an icon or cursor on device context. .SH NOTES .PP Why is this using \fBSM_CXICON\fR instead of \fBSM_CXCURSOR\fR?. .SH PARAMS \fIhdc\fR \fB[In]\fR Handle to device context. .PP \fIx0\fR \fB[In]\fR X coordinate of upper left corner. .PP \fIy0\fR \fB[In]\fR Y coordinate of upper left corner. .PP \fIhIcon\fR \fB[In]\fR Handle to icon to draw. .PP \fIcxWidth\fR \fB[In]\fR Width of icon. .PP \fIcyWidth\fR \fB[In]\fR Height of icon. .PP \fIistep\fR \fB[In]\fR Index of frame in animated cursor. .PP \fIhbr\fR \fB[In]\fR Handle to background brush. .PP \fIflags\fR \fB[In]\fR Icon-drawing \fIflags\fR. .PP .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR .PP \fBFailure:\fR \fBFALSE\fR .SH IMPLEMENTATION .PP Declared in \fB"winuser.h"\fR. .PP Implemented in \fB"dlls/user32/cursoricon.c"\fR. .PP Debug channel \fB"cursor"\fR.