Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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 |