D3DKMT_DEVICE_IDS structure (d3dkmthk.h)
The D3DKMT_DEVICE_IDS structure contains ID information for a graphics device.
Syntax
typedef struct _D3DKMT_DEVICE_IDS {
UINT VendorID;
UINT DeviceID;
UINT SubVendorID;
UINT SubSystemID;
UINT RevisionID;
UINT BusType;
} D3DKMT_DEVICE_IDS;
Members
VendorID
Vendor ID.
DeviceID
Device ID.
SubVendorID
Subvendor ID.
SubSystemID
Subsystem ID.
RevisionID
Revision ID.
BusType
Bus type.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 (WDDM 2.0) |
Header | d3dkmthk.h |