ImageList_LoadImageW(3w)
NAME
ImageList_LoadImageW (COMCTL32.@)
SYNOPSIS
HIMAGELIST ImageList_LoadImageW ( HINSTANCE hi, LPCWSTR lpbmp, INT cx, INT cGrow, COLORREF clrMask, UINT uType, UINT uFlags )
DESCRIPTION
Creates an image list from a bitmap, icon or cursor.
PARAMS
hi [In] instance handle.
lpbmp [In] name or Id of the image.
cx [In] width of each image.
cGrow [In] number of images to expand.
clrMask [In] mask color.
uType [In] type of image to load.
uFlags [In] loading flags.
RETURNS
Success: handle to the loaded image list
Failure: NULL.
SEE
LoadImage ()
IMPLEMENTATION
Defined in "commctrl.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/comctl32/imagelist.c".
- Debug channel "imagelist".