統計の対象となるプレゼンテーション サーフェイスの種類を示す定数を定義します。
構文
typedef enum PresentStatisticsKind {
PresentStatisticsKind_PresentStatus,
PresentStatisticsKind_CompositionFrame,
PresentStatisticsKind_IndependentFlipFrame
} ;
定数
PresentStatisticsKind_PresentStatus統計は、現在の状態に関する情報です。 |
PresentStatisticsKind_CompositionFrame統計は、コンポジション フレームに関する情報です。 |
PresentStatisticsKind_IndependentFlipFrame統計は、独立した反転フレーム用です。 |
要件
| サポートされている最小のクライアント | Windows ビルド 22000 |
| サポートされている最小のサーバー | Windows ビルド 22000 |
| Header | presentationtypes.h |