struttura DXGK_SEGMENTFLAGS2 (d3dkmddi.h)
DXGK_SEGMENTFLAGS2 è riservato per l'uso del sistema. Non usarlo nel driver.
Sintassi
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;
Membri
Aperture
PopulatedFromSystemMemory
SystemMemoryReservedByBios
CpuVisible
Reserved
Value
Fabbisogno
Requisito | Valore |
---|---|
client minimo supportato | Windows 7 |
intestazione |
d3dkmddi.h |