estructura DXGK_SEGMENTFLAGS2 (d3dkmddi.h)
DXGK_SEGMENTFLAGS2 está reservado para uso del sistema. No lo use en el controlador.
Sintaxis
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;
Miembros
Aperture
PopulatedFromSystemMemory
SystemMemoryReservedByBios
CpuVisible
Reserved
Value
Requisitos
Requisito | Valor |
---|---|
cliente mínimo admitido | Windows 7 |
encabezado de |
d3dkmddi.h |