D3DKMT_DEVICE_IDS structure (d3dkmthk.h)
Contains device ID information.
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 |
---|---|
Header | d3dkmthk.h |