D3DKMT_NODEMETADATA - NtDoc

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

typedef struct _D3DKMT_NODEMETADATA {
  UINT              NodeOrdinalAndAdapterIndex;
  DXGK_NODEMETADATA NodeData;
} D3DKMT_NODEMETADATA;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmdt-d3dkmt_nodemetadata)

Description

The D3DKMT_NODEMETADATA structure describes the metadata for a node.

Members

NodeOrdinalAndAdapterIndex

[in] Identifies the node ordinal and adapter index. The high word is the physical adapter index, and the low word is the node ordinal.

NodeData

[out] A DXGK_NODEMETADATA structure in which the display miniport driver writes the metadata for the node.

See also

D3DKMTQueryAdapterInfo

DXGK_NODEMETADATA