The following table shows the image list macros, with a description of the purpose of each.
| Programming element | Description |
|---|---|
| ImageList_AddIcon | This macro adds an icon to an image list. |
| ImageList_ExtractIcon | This macro calls the ImageList_GetIcon function to create an icon based on an image and mask in an image list. |
| ImageList_LoadBitmap | This macro calls the ImageList_LoadImage function to create an image list from the specified bitmap resource. |
| INDEXTOOVERLAYMASK | This macro prepares the index of an overlay mask so that the ImageList_Draw or ImageList_DrawEx function can use it. |
See Also
Send Feedback on this topic to the authors