Condividi tramite


struttura DXGK_DEVICE_TYPE_CAPS (d3dkmddi.h)

Descrive il tipo di funzionalità per un dispositivo.

Sintassi

typedef struct _DXGK_DEVICE_TYPE_CAPS {
  union {
    struct {
      UINT32 Discrete : 1;
      UINT32 Detachable : 1;
      UINT32 Reserved : 30;
    };
    UINT32 Value;
  };
} DXGK_DEVICE_TYPE_CAPS;

Members

Discrete

Il dispositivo è discreto.

Detachable

Il dispositivo è scollegabile.

Reserved

Riservato.

Value

Requisiti

Requisito Valore
Client minimo supportato Windows 10, versione 1809
Intestazione d3dkmddi.h