DXGK_QUERYSEGMENTOUT2 structure

The DXGK_QUERYSEGMENTOUT2 structure is reserved for system use. Do not use it in your driver.

Syntax

typedef struct _DXGK_QUERYSEGMENTOUT2 {
  UINT                    SegmentCount;
  DXGK_SEGMENTDESCRIPTOR2 *pSegmentDescriptor;
} DXGK_QUERYSEGMENTOUT2;

Members

SegmentCount Reserved for system use.

pSegmentDescriptor Reserved for system use.

Requirements

Version

Available in Windows 7 and later versions of the Windows operating systems.

Header

D3dkmddi.h (include D3dkmddi.h)