Rediger

Del via


D3DKMT_NODEMETADATA structure (d3dkmdt.h)

The D3DKMT_NODEMETADATA structure describes the metadata for a node.

Syntax

typedef struct _D3DKMT_NODEMETADATA {
  UINT              NodeOrdinalAndAdapterIndex;
  DXGK_NODEMETADATA NodeData;
} D3DKMT_NODEMETADATA;

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.

Requirements

Requirement Value
Header d3dkmdt.h

See also

D3DKMTQueryAdapterInfo

DXGK_NODEMETADATA