Condividi tramite


enumerazione D3DKMT_DEVICESTATE_TYPE (d3dkmthk.h)

Il tipo di enumerazione D3DKMT_DEVICESTATE_TYPE contiene valori che indicano lo stato di un dispositivo.

Sintassi

typedef enum _D3DKMT_DEVICESTATE_TYPE {
  D3DKMT_DEVICESTATE_EXECUTION,
  D3DKMT_DEVICESTATE_PRESENT,
  D3DKMT_DEVICESTATE_RESET,
  D3DKMT_DEVICESTATE_PRESENT_DWM,
  D3DKMT_DEVICESTATE_PAGE_FAULT,
  D3DKMT_DEVICESTATE_PRESENT_QUEUE
} D3DKMT_DEVICESTATE_TYPE;

Costanti

 
D3DKMT_DEVICESTATE_EXECUTION
Lo stato di esecuzione del dispositivo viene recuperato.
D3DKMT_DEVICESTATE_PRESENT
Lo stato del dispositivo presente viene recuperato.
D3DKMT_DEVICESTATE_RESET
Lo stato di reimpostazione del dispositivo viene recuperato.
D3DKMT_DEVICESTATE_PRESENT_DWM
Il dispositivo presenta lo stato di gestione delle finestre desktop viene recuperato.
D3DKMT_DEVICESTATE_PAGE_FAULT
Lo stato di errore della pagina del dispositivo viene recuperato.
D3DKMT_DEVICESTATE_PRESENT_QUEUE

Requisiti

Requisito Valore
Client minimo supportato Windows Vista
Intestazione d3dkmthk.h (include D3dkmthk.h)

Vedi anche

D3DKMT_GETDEVICESTATE