D3DKMT_DEVICE_IDS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmthk.h

typedef struct _D3DKMT_DEVICE_IDS {
  UINT VendorID;
  UINT DeviceID;
  UINT SubVendorID;
  UINT SubSystemID;
  UINT RevisionID;
  UINT BusType;
} D3DKMT_DEVICE_IDS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-_d3dkmt_device_ids)

D3DKMT_DEVICE_IDS structure

Description

The D3DKMT_DEVICE_IDS structure contains ID information for a graphics device.

Members

VendorID

Vendor ID.

DeviceID

Device ID.

SubVendorID

Subvendor ID.

SubSystemID

Subsystem ID.

RevisionID

Revision ID.

BusType

Bus type.

Remarks

See also

D3DKMT_QUERY_DEVICE_IDS

D3DKMTQueryAdapterInfo