// d3dkmthk.h
typedef struct _D3DKMT_QUERY_DEVICE_IDS {
UINT PhysicalAdapterIndex;
D3DKMT_DEVICE_IDS DeviceIds;
} D3DKMT_QUERY_DEVICE_IDS;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DKMT_QUERY_DEVICE_IDS structure is used to query for device IDs.
PhysicalAdapterIndex[in] The physical adapter index in the LDA (linked display adapter) chain.
DeviceIds[out] A D3DKMT_DEVICE_IDS structure that contains IDs associated with the device.