หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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 |