D3DKMT_PRESENT_STATS_DWM構造体 (d3dkmthk.h)
デスクトップ ウィンドウ マネージャー (DWM) の現在の状態。
構文
typedef struct _D3DKMT_PRESENT_STATS_DWM {
UINT PresentCount;
UINT PresentRefreshCount;
D3DKMT_ALIGN64 LARGE_INTEGER PresentQPCTime;
UINT SyncRefreshCount;
D3DKMT_ALIGN64 LARGE_INTEGER SyncQPCTime;
UINT CustomPresentDuration;
} D3DKMT_PRESENT_STATS_DWM;
メンバー
PresentCount
hDevice で指定されたデバイスに対してキューに登録できる現在の操作の数。
PresentRefreshCount
現在の更新数。
PresentQPCTime
現在の QPC (クエリ パフォーマンス カウンター) 時間。
SyncRefreshCount
同期更新数。
SyncQPCTime
同期 QPC 時刻。
CustomPresentDuration
カスタムの現在の期間。
要件
要件 | 値 |
---|---|
Header | d3dkmthk.h |