This function destroys an image list.
At a Glance
Header file: | Commctrl.h |
Windows CE versions: | 1.0 and later |
Syntax
BOOL WINAPI ImageList_Destroy(HIMAGELIST himl);
Parameters
himl
[in] Handle to the image list to destroy.
Return Values
Nonzero indicates success. Zero indicates failure.
See Also
ImageList_GetDragImage, ImageList_LoadBitmap, ImageList_LoadImage, ImageList_Merge