DXGK_QUERYSEGMENTOUT2 - NtDoc

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

typedef struct _DXGK_QUERYSEGMENTOUT2 {
  UINT                    SegmentCount;
  DXGK_SEGMENTDESCRIPTOR2 *pSegmentDescriptor;
} DXGK_QUERYSEGMENTOUT2;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmddi-dxgk_querysegmentout2)

Description

DXGK_QUERYSEGMENTOUT2 is reserved for system use. Don't use it in your driver.

Members

SegmentCount

pSegmentDescriptor

Remarks

See also