D3DKMT_QUERY_PHYSICAL_ADAPTER_PNP_KEY structure (d3dkmthk.h)

A structure that holds information to query the physical adapter PNP key.

Syntax

typedef struct _D3DKMT_QUERY_PHYSICAL_ADAPTER_PNP_KEY {
  UINT                PhysicalAdapterIndex;
  D3DKMT_PNP_KEY_TYPE PnPKeyType;
  WCHAR               *pDest;
  UINT                *pCchDest;
} D3DKMT_QUERY_PHYSICAL_ADAPTER_PNP_KEY;

Members

PhysicalAdapterIndex

The physical adapter index in the LDA (linked display adapter) chain.

PnPKeyType

The type of the PNP key being queried.

pDest

A WCHAR value respresenting the pDest.

pCchDest

A UINT value representing the pCchDest.

Requirements

Requirement Value
Header d3dkmthk.h