D3DKMT_DEVICE_IDS struttura (d3dkmthk.h)
Contiene informazioni sull'ID dispositivo.
typedef struct _D3DKMT_DEVICE_IDS {
UINT VendorID;
UINT DeviceID;
UINT SubVendorID;
UINT SubSystemID;
UINT RevisionID;
UINT BusType;
} D3DKMT_DEVICE_IDS;
VendorID
ID fornitore.
DeviceID
ID dispositivo.
SubVendorID
ID subvendor.
SubSystemID
ID sottosistema.
RevisionID
ID revisione.
BusType
Tipo di bus.
Requisito | Valore |
---|---|
Intestazione | d3dkmthk.h |