DXGK_SEGMENTFLAGS2結構(d3dkmddi.h)

DXGK_SEGMENTFLAGS2 保留供系統使用。 請勿在驅動程式中使用。

語法

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;

成員

Aperture

PopulatedFromSystemMemory

SystemMemoryReservedByBios

CpuVisible

Reserved

Value

要求

要求 價值
最低支援的用戶端 Windows 7
標頭 d3dkmddi.h