Share via


ImageList_RemoveAll (Windows CE 5.0)

Send Feedback

This function removes an image from an image list. ImageList_RemoveAll is a function that calls the ImageList_Remove function.

BOOLImageList_RemoveAll(himl );

Parameters

  • himl
    [in] Handle to the image list, and the index of the image to remove.

Return Values

Nonzero indicates success. Zero indicates failure.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Commctrl.h.
Link Library: Commctrl.lib, Imgctl.lib.

See Also

ImageList_Remove

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.