ImageList_SetColorTable (COMCTL32.@)
UINT ImageList_SetColorTable ( HIMAGELIST himl, UINT uStartIndex, UINT cEntries, const RGBQUAD* prgb )
Sets the color table of an image list.
himl | [In] | Handle to the image list. |
uStartIndex | [In] | The first index to set. |
cEntries | [In] | Number of entries to set. |
prgb | [In] | New color information for color table for the image list. |
Success: Number of entries in the table that were set.
Failure: Zero.
ImageList_Create, SetDIBColorTable
Exported by ordinal only. Use GetProcAddress to obtain a pointer to the function.
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.