COMPOSITION_TARGET_STATS-Struktur (dcomptypes.h)
Enthält Zielinformationen für einen Kompositionsrahmen und ein Renderziel.
Syntax
typedef struct tagCOMPOSITION_TARGET_STATS {
UINT outstandingPresents;
UINT64 presentTime;
UINT64 vblankDuration;
COMPOSITION_STATS presentedStats;
COMPOSITION_STATS completedStats;
} COMPOSITION_TARGET_STATS;
Member
outstandingPresents
Typ: UINT
presentTime
Typ: UINT64
vblankDuration
Typ: UINT64
presentedStats
Typ: COMPOSITION_STATS
completedStats
Typ: COMPOSITION_STATS
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Windows Build 22000 |
Unterstützte Mindestversion (Server) | Windows Build 22000 |
Kopfzeile | dcomptypes.h |