struttura D3DKMT_PRESENT_STATS_DWM (d3dkmthk.h)
Stato attuale di Gestione windows desktop (DWM).
Sintassi
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;
Members
PresentCount
Numero di operazioni presenti che possono essere accodate per il dispositivo specificato da hDevice.
PresentRefreshCount
Numero di aggiornamenti corrente.
PresentQPCTime
Ora corrente del QPC (contatore delle prestazioni delle query).
SyncRefreshCount
Conteggio degli aggiornamenti di sincronizzazione.
SyncQPCTime
Ora QPC di sincronizzazione.
CustomPresentDuration
Durata attuale personalizzata.
Requisiti
Requisito | Valore |
---|---|
Intestazione | d3dkmthk.h |