D3DKMT_GET_SEGMENT_CAPS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

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

_D3DKMT_GET_SEGMENT_CAPS structure

Description

Used to get segment capabilities.

Members

PhysicalAdapterIndex

The physical adapter index in the LDA (linked display adapter) chain.

NumSegments

The number of segments.

SegmentCaps

The segment capabilities.

Remarks

See also