Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |