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 |