// d3dkmthk.h
typedef struct _D3DKMT_PHYSICAL_ADAPTER_COUNT {
UINT Count;
} D3DKMT_PHYSICAL_ADAPTER_COUNT;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DKMT_PHYSICAL_ADAPTER_COUNT structure provides the physical adapter count.
CountThe number of physical adapters.