D3DKMT_ENUMADAPTERS - NtDoc

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

typedef struct _D3DKMT_ENUMADAPTERS {
  [in] ULONG              NumAdapters;
       D3DKMT_ADAPTERINFO Adapters[MAX_ENUM_ADAPTERS];
} D3DKMT_ENUMADAPTERS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_D3DKMT_ENUMADAPTERS structure

Description

Supplies information for enumerating all graphics adapters on the system.

Members

NumAdapters [in]

The number of graphics adapters.

Adapters

An array of D3DKMT_ADAPTERINFO structures that supply configuration information for each adapter. The maximum number of adapters that can be enumerated is 16.

See also

D3DKMT_ADAPTERINFO