// d3dkmthk.h
typedef struct _D3DKMT_GET_SEGMENT_CAPS {
UINT PhysicalAdapterIndex;
UINT NumSegments;
D3DKMT_SEGMENT_CAPS SegmentCaps[D3DKMT_MAX_SEGMENT_COUNT];
} D3DKMT_GET_SEGMENT_CAPS;
View the official Windows Driver Kit DDI referenceNo description available.
Used to get segment capabilities.
PhysicalAdapterIndexThe physical adapter index in the LDA (linked display adapter) chain.
NumSegmentsThe number of segments.
SegmentCapsThe segment capabilities.