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 |