D3DKMT_QUERY_DEVICE_IDS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-_d3dkmt_query_device_ids)

D3DKMT_QUERY_DEVICE_IDS structure

Description

The D3DKMT_QUERY_DEVICE_IDS structure is used to query for 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.

See also

D3DKMTQueryAdapterInfo