Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
DXGK_SEGMENTFLAGS2 is reserved for system use. Don't use it in your driver.
Syntax
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;
Members
Aperture
PopulatedFromSystemMemory
SystemMemoryReservedByBios
CpuVisible
Reserved
Value
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 |
Header | d3dkmddi.h |