.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ImageList_LoadImageW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBImageList_LoadImageW\fR (COMCTL32.@) .SH SYNOPSIS HIMAGELIST ImageList_LoadImageW ( HINSTANCE \fIhi\fR, LPCWSTR \fIlpbmp\fR, INT \fIcx\fR, INT \fIcGrow\fR, COLORREF \fIclrMask\fR, UINT \fIuType\fR, UINT \fIuFlags\fR ) .SH DESCRIPTION .PP Creates an image list from a bitmap, icon or cursor. .SH PARAMS \fIhi\fR \fB[In]\fR instance handle. .PP \fIlpbmp\fR \fB[In]\fR name or Id of the image. .PP \fIcx\fR \fB[In]\fR width of each image. .PP \fIcGrow\fR \fB[In]\fR number of images to expand. .PP \fIclrMask\fR \fB[In]\fR mask color. .PP \fIuType\fR \fB[In]\fR type of image to load. .PP \fIuFlags\fR \fB[In]\fR loading flags. .PP .SH RETURNS .PP \fBSuccess:\fR handle to the loaded image list .PP \fBFailure:\fR \fBNULL\fR. .SH SEE .PP LoadImage () .SH IMPLEMENTATION .PP Declared in \fB"commctrl.h"\fR. .PP Implemented in \fB"dlls/comctl32/imagelist.c"\fR. .PP Debug channel \fB"imagelist"\fR.