// 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
No description available.
The D3DKMT_DEVICE_IDS structure contains ID information for a graphics device.
VendorID
Vendor ID.
DeviceID
Device ID.
SubVendorID
Subvendor ID.
SubSystemID
Subsystem ID.
RevisionID
Revision ID.
BusType
Bus type.
D3DKMT_QUERY_DEVICE_IDS
D3DKMTQueryAdapterInfo
View the official Windows Driver Kit DDI reference