IMAGELISTSTATS-Struktur (commoncontrols.h)
Enthält Bildlistenstatistiken. Wird von GetStatistics verwendet.
Syntax
typedef struct tagIMAGELISTSTATS {
DWORD cbSize;
int cAlloc;
int cUsed;
int cStandby;
} IMAGELISTSTATS;
Member
cbSize
Typ: DWORD
Die Größe der Bildliste.
cAlloc
Typ: int
Die Anzahl der zugeordneten Bilder.
cUsed
Typ: int
Die Anzahl der verwendeten Images.
cStandby
Typ: int
Die Anzahl der Standbyimages.
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Windows Vista [nur Desktop-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2008 [nur Desktop-Apps] |
Kopfzeile | commoncontrols.h |