ImageList_RemoveAll

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

Syntax

BOOL ImageList_RemoveAll(himl);

At a Glance

Header file: Commctrl.h
Component: imgctl
Platforms: H/PC
Versions: 1.0 and later

Parameters

himl
Handle to the image list, and the index of the image to remove.

See Also

ImageList_Remove