This function removes an image from an image list. ImageList_RemoveAll is a function that calls the ImageList_Remove function.
At a Glance
Header file: | Commctrl.h |
Windows CE versions: | 1.0 and later |
Syntax
BOOL ImageList_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.
See Also