CImageList::DeleteImageList
Call this function to delete an image list.
BOOL DeleteImageList( );
Nonzero if successful; otherwise 0.
// Delete the image list and verify.
myImageList2.DeleteImageList();
ASSERT(myImageList2.GetSafeHandle() == NULL);
Header: afxcmn.h