Share via


ImageList_Destroy (Windows Embedded CE 6.0)

1/6/2010

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
Windows Embedded CE Windows CE 1.0 and later

See Also

Reference

Image List Functions
ImageList_GetDragImage
ImageList_LoadBitmap
ImageList_LoadImage
ImageList_Merge