ImageList_GetImageCount (Compact 2013)

3/28/2014

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

Syntax

Int WINAPI ImageList_GetImageCount(
  HIMAGELIST himl 
);

Parameters

  • himl
    [in] Handle to the image list.

Return Value

The number of images indicates success. NULL indicates failure.

Requirements

Header

commctrl.h

Library

commctrl.lib,
Imgctl.lib

See Also

Reference

Image List Functions
ImageList_Create