Group: Windows Controls - Library: comctl32
How to view icons stored in executable files (Icon Viewer) - II
BOOL ImageList_Destroy(
HIMAGELIST himl
); DECLARE INTEGER ImageList_Destroy IN comctl32;
INTEGER himl himl Handle to the image list to destroy.
Returns nonzero if successful, or zero otherwise.
See also: ImageList_Create.
Home