ImageList_GetImageCount

This function retrieves the number of images in an image list.

At a Glance

Header file: Commctrl.h
Windows CE versions: 1.0 and later

Syntax

Int WINAPI ImageList_GetImageCount(HIMAGELIST himl);

Parameters

himl

[in] Handle to the image list.

Return Values

The number of images indicates success. NULL indicates failure.

See Also

ImageList_Create