.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH LoadImageW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBLoadImageW\fR (USER32.@) .SH SYNOPSIS HANDLE LoadImageW ( HINSTANCE \fIhinst\fR, LPCWSTR \fIname\fR, UINT \fItype\fR, INT \fIdesiredx\fR, INT \fIdesiredy\fR, UINT \fIloadflags\fR ) .SH DESCRIPTION .PP LoadImageW (\fBUSER32\fR.@) Loads an icon, cursor, or bitmap. .SH PARAMS \fIhinst\fR \fB[In]\fR Handle of instance that contains image. .PP \fIname\fR \fB[In]\fR Name of image. .PP \fItype\fR \fB[In]\fR Type of image. .PP \fIdesiredx\fR \fB[In]\fR Desired width. .PP \fIdesiredy\fR \fB[In]\fR Desired height. .PP \fIloadflags\fR \fB[In]\fR Load flags. .PP .SH RETURNS .PP \fBSuccess:\fR Handle to newly loaded image .PP \fBFailure:\fR \fBNULL\fR. .PP \fBFIXME:\fR Implementation lacks some features, see \fBLR_\fR defines in winuser.h .SH IMPLEMENTATION .PP Declared in \fB"commctrl.h"\fR. .PP Implemented in \fB"dlls/user32/cursoricon.c"\fR. .PP Debug channel \fB"cursor"\fR.