estructura COMPOSITION_TARGET_STATS (dcomptypes.h)

Contiene información por destino para un marco de composición y un destino de representación.

Sintaxis

typedef struct tagCOMPOSITION_TARGET_STATS {
  UINT              outstandingPresents;
  UINT64            presentTime;
  UINT64            vblankDuration;
  COMPOSITION_STATS presentedStats;
  COMPOSITION_STATS completedStats;
} COMPOSITION_TARGET_STATS;

Miembros

outstandingPresents

Tipo: UINT

presentTime

Tipo: UINT64

vblankDuration

Tipo: UINT64

presentedStats

Tipo: COMPOSITION_STATS

completedStats

Tipo: COMPOSITION_STATS

Requisitos

Requisito Value
Cliente mínimo compatible Windows Build 22000
Servidor mínimo compatible Windows Build 22000
Encabezado dcomptypes.h

Consulte también

DCompositionGetStatistics, DCompositionGetTargetStatistics