COMPOSITION_TARGET_STATS structure (dcomptypes.h)

Contains per-target information for a composition frame and render target.

Syntax

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

Members

outstandingPresents

Type: UINT

presentTime

Type: UINT64

vblankDuration

Type: UINT64

presentedStats

Type: COMPOSITION_STATS

completedStats

Type: COMPOSITION_STATS

Requirements

Requirement Value
Minimum supported client Windows Build 22000
Minimum supported server Windows Build 22000
Header dcomptypes.h

See also

DCompositionGetStatistics, DCompositionGetTargetStatistics