次の方法で共有


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