IMAGELISTSTATS structure (commoncontrols.h)

Contains image list statistics. Used by GetStatistics.

Syntax

typedef struct tagIMAGELISTSTATS {
  DWORD cbSize;
  int   cAlloc;
  int   cUsed;
  int   cStandby;
} IMAGELISTSTATS;

Members

cbSize

Type: DWORD

The image list size.

cAlloc

Type: int

The number of images allocated.

cUsed

Type: int

The number of images in use.

cStandby

Type: int

The number of standby images.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header commoncontrols.h