D3DKMT_QUERY_DEVICE_IDS structure (d3dkmthk.h)
The D3DKMT_QUERY_DEVICE_IDS structure is used to query for device IDs.
Syntax
typedef struct _D3DKMT_QUERY_DEVICE_IDS {
UINT PhysicalAdapterIndex;
D3DKMT_DEVICE_IDS DeviceIds;
} D3DKMT_QUERY_DEVICE_IDS;
Members
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.
Requirements
Requirement | Value |
---|---|
Header | d3dkmthk.h |