Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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