structure DXGK_SEGMENTFLAGS2 (d3dkmddi.h)
DXGK_SEGMENTFLAGS2 est réservé à une utilisation système. Ne l’utilisez pas dans votre pilote.
Syntaxe
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;
Membres
Aperture
PopulatedFromSystemMemory
SystemMemoryReservedByBios
CpuVisible
Reserved
Value
Exigences
Exigence | Valeur |
---|---|
client minimum pris en charge | Windows 7 |
d’en-tête | d3dkmddi.h |