estrutura D3DKMT_PRESENT_STATS_DWM (d3dkmthk.h)
O status atual do DWM (gerenciador de janelas da área de trabalho).
Sintaxe
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;
Membros
PresentCount
O número de operações presentes que podem ser enfileiradas para o dispositivo especificado por hDevice.
PresentRefreshCount
A contagem de atualizações atual.
PresentQPCTime
O tempo atual do QPC (contador de desempenho de consulta).
SyncRefreshCount
A contagem de atualização de sincronização.
SyncQPCTime
A hora do QPC de sincronização.
CustomPresentDuration
A duração atual personalizada.
Requisitos
Requisito | Valor |
---|---|
Cabeçalho | d3dkmthk.h |