Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 |