共用方式為


COMPOSITION_TARGET_STATS 結構 (dcomptypes.h)

包含組合圖文框和轉譯目標的個別目標資訊。

語法

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

成員

outstandingPresents

類型: UINT

presentTime

類型: UINT64

vblankDuration

類型: UINT64

presentedStats

類型: COMPOSITION_STATS

completedStats

類型: COMPOSITION_STATS

規格需求

需求
最低支援的用戶端 Windows 組建 22000
最低支援的伺服器 Windows 組建 22000
標頭 dcomptypes.h

另請參閱

DCompositionGetStatistics,DCompositionGetTargetStatistics