ImageList_RemoveAll (Windows CE 5.0)
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
Send Feedback on this topic to the authors