PFND3D12DDI_QUERY_NODE_MAP - NtDoc

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

PFND3D12DDI_QUERY_NODE_MAP Pfnd3d12ddiQueryNodeMap;

VOID Pfnd3d12ddiQueryNodeMap(
  D3D12DDI_HDEVICE unnamedParam1,
  UINT NumPhysicalAdapters,
  UINT *pMap
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3d12umddi-pfnd3d12ddi_query_node_map)

PFND3D12DDI_QUERY_NODE_MAP callback function

Description

Query node map.

Parameters

unnamedParam1

A handle to the display device (graphics context).

NumPhysicalAdapters

The number of physical adapters.

pMap

Pointer to a map.

Prototype

//Declaration

PFND3D12DDI_QUERY_NODE_MAP Pfnd3d12ddiQueryNodeMap;

// Definition

VOID Pfnd3d12ddiQueryNodeMap
(
     D3D12DDI_HDEVICE
    UINT NumPhysicalAdapters
    UINT *pMap
)
{...}

PFND3D12DDI_QUERY_NODE_MAP

Remarks

See also