DXGK_SEGMENTFLAGS2 - NtDoc

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

typedef struct _DXGK_SEGMENTFLAGS2 {
  union {
    struct {
      UINT Aperture : 1;
      UINT PopulatedFromSystemMemory : 1;
      UINT SystemMemoryReservedByBios : 1;
      UINT CpuVisible : 1;
      UINT Reserved : 28;
    };
    UINT Value;
  };
} DXGK_SEGMENTFLAGS2;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

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

Members

Aperture

PopulatedFromSystemMemory

SystemMemoryReservedByBios

CpuVisible

Reserved

Value

Remarks

See also