// d3dkmthk.h
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;
View the official Windows Driver Kit DDI referenceNo description available.
The present status of the desktop windows manager (DWM).
PresentCountThe number of present operations that can be queued for the device that is specified by hDevice.
PresentRefreshCountThe present refresh count.
PresentQPCTimeThe present QPC (query performance counter) time.
SyncRefreshCountThe sync refresh count.
SyncQPCTimeThe sync QPC time.
CustomPresentDurationThe custom present duration.