ImageList_LoadImageW (COMCTL32.@)
HIMAGELIST ImageList_LoadImageW ( HINSTANCE hi, LPCWSTR lpbmp, INT cx, INT cGrow, COLORREF clrMask, UINT uType, UINT uFlags )
Creates an image list from a bitmap, icon or cursor.
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. |
Success: handle to the loaded image list
Failure: NULL.
LoadImage ()
Declared in "include/commctrl.h". gitlab.winehq.org/wine/wine/blob/master/include/commctrl.h
Implemented in "dlls/comctl32/imagelist.c". gitlab.winehq.org/wine/wine/blob/master/dlls/comctl32/imagelist.c
Debug channel "imagelist".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.