D3DKMT_GET_SEGMENT_CAPS structure (d3dkmthk.h)
Used to get segment capabilities.
Syntax
typedef struct _D3DKMT_GET_SEGMENT_CAPS {
UINT PhysicalAdapterIndex;
UINT NumSegments;
D3DKMT_SEGMENT_CAPS SegmentCaps[D3DKMT_MAX_SEGMENT_COUNT];
} D3DKMT_GET_SEGMENT_CAPS;
Members
PhysicalAdapterIndex
The physical adapter index in the LDA (linked display adapter) chain.
NumSegments
The number of segments.
SegmentCaps[D3DKMT_MAX_SEGMENT_COUNT]
The segment capabilities.
Requirements
Requirement | Value |
---|---|
Header | d3dkmthk.h |