D3DKMT_ADAPTERADDRESS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmthk.h

typedef struct _D3DKMT_ADAPTERADDRESS {
  [out] UINT BusNumber;
  [out] UINT DeviceNumber;
  [out] UINT FunctionNumber;
} D3DKMT_ADAPTERADDRESS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_D3DKMT_ADAPTERADDRESS structure

Description

The D3DKMT_ADAPTERADDRESS structure describes the physical location of the graphics adapter.

Members

BusNumber [out]

The number of the bus that the graphics adapter's physical device is located on.

DeviceNumber [out]

The index of the graphics adapter's physical device on the bus.

FunctionNumber [out]

The function number of the graphics adapter on the physical device.

See also

D3DKMTQueryAdapterInfo

D3DKMT_QUERYADAPTERINFO