Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

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_GetIconfunction to create an icon based on an image and mask in an image list.

ImageList_LoadBitmap

This macro calls the ImageList_LoadImagefunction to create an image list from the specified bitmap resource.

INDEXTOOVERLAYMASK

This macro prepares the index of an overlay mask so that the ImageList_Drawor ImageList_DrawExfunction can use it.

See Also