Share via


ImageList_Destroy (Compact 2013)

3/28/2014

This function destroys an image list.

Syntax

BOOL WINAPI ImageList_Destroy(
  HIMAGELIST himl 
);

Parameters

  • himl
    [in] Handle to the image list to destroy.

Return Value

Nonzero indicates success. Zero indicates failure.

Requirements

Header

commctrl.h

See Also

Reference

Image List Functions
ImageList_GetDragImage
ImageList_LoadBitmap
ImageList_LoadImage
ImageList_Merge