D3DKMT_PHYSICAL_ADAPTER_COUNT - NtDoc

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

typedef struct _D3DKMT_PHYSICAL_ADAPTER_COUNT {
  UINT Count;
} D3DKMT_PHYSICAL_ADAPTER_COUNT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

D3DKMT_PHYSICAL_ADAPTER_COUNT structure

Description

The D3DKMT_PHYSICAL_ADAPTER_COUNT structure provides the physical adapter count.

Members

Count

The number of physical adapters.

See also

D3DKMTQueryAdapterInfo