Condividi tramite


struttura D3DKMT_DEVICE_IDS (d3dkmthk.h)

La struttura D3DKMT_DEVICE_IDS contiene informazioni sull'ID per un dispositivo grafico.

Sintassi

typedef struct _D3DKMT_DEVICE_IDS {
  UINT VendorID;
  UINT DeviceID;
  UINT SubVendorID;
  UINT SubSystemID;
  UINT RevisionID;
  UINT BusType;
} D3DKMT_DEVICE_IDS;

Membri

VendorID

ID fornitore.

DeviceID

ID dispositivo.

SubVendorID

ID subvendor.

SubSystemID

ID sottosistema.

RevisionID

ID revisione.

BusType

Tipo di bus.

Fabbisogno

Requisito Valore
Client minimo supportato Windows 10 (WDDM 2.0)
intestazione d3dkmthk.h

Vedere anche

D3DKMT_QUERY_DEVICE_IDS

D3DKMTQueryAdapterInfo