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
自定義呈現持續時間。
規格需求
需求 | 值 |
---|---|
標頭 | d3dkmthk.h |