ImageList_RemoveAll
This function removes an image from an image list. ImageList_RemoveAll is a function that calls the ImageList_Remove function.
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.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Commctrl.h.
Link Library: Commctrl.lib, Imgctl.lib.
See Also
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.