DXGK_SEGMENTDESCRIPTOR2 structure

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

Syntax

typedef struct _DXGK_SEGMENTDESCRIPTOR2 {
  DXGK_SEGMENTFLAGS2 Flags;
  SIZE_T             Size;
  PMDL               pMdl;
  PHYSICAL_ADDRESS   BaseAddress;
  PHYSICAL_ADDRESS   CpuTranslatedAddress;
} DXGK_SEGMENTDESCRIPTOR2;

Members

Flags Reserved for system use.

Size Reserved for system use.

pMdl Reserved for system use.

BaseAddress Reserved for system use.

CpuTranslatedAddress Reserved for system use.

Requirements

Version

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

Header

D3dkmddi.h (include D3dkmddi.h)