D3DKMT_ENUMADAPTERS2 - NtDoc

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

typedef struct _D3DKMT_ENUMADAPTERS2 {
  ULONG              NumAdapters;
  D3DKMT_ADAPTERINFO *pAdapters;
} D3DKMT_ENUMADAPTERS2;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-_d3dkmt_enumadapters2)

D3DKMT_ENUMADAPTERS2 structure

Description

The D3DKMT_ENUMADAPTERS2 structure is a parameter passed to D3DKMTEnumAdapters2 to acquire information about adapters on the system.

Members

NumAdapters

[in, out] The number of adapters.

pAdapters

[out, optional] Pointer to an array of D3DKMT_ADAPTERINFO structures in which to receive information for each adapter.

Remarks

See also