Group: Windows Controls - Library: comctl32
How to view icons stored in executable files (Icon Viewer) - II
BOOL ImageList_Remove(
HIMAGELIST himl,
int i
); DECLARE INTEGER ImageList_Remove IN comctl32;
INTEGER himl,;
INTEGER imageindex himl Handle to the image list.
i Index of the image to remove. If this parameter is -1, the function removes all images.
Returns nonzero if successful, or zero otherwise.
See also: ImageList_Add, ImageList_GetImageCount.
Home