// d3dkmthk.h
typedef struct _D3DKMT_SEGMENT_CAPS {
D3DKMT_ALIGN64 UINT64 Size;
UINT PageSize;
ULONG SegmentId;
BOOLEAN bAperture;
BOOLEAN bReservedSysMem;
D3DKMT_MEMORY_SEGMENT_GROUP BudgetGroup;
} D3DKMT_SEGMENT_CAPS;
View the official Windows Driver Kit DDI referenceNo description available.
Contains segment capabilities.
SizeSize of the segment.
PageSizeThe page sized.
SegmentIdThe segment Id.
bApertureIndicates whether the segment is an aperture.
bReservedSysMemIndicates whether the segment is a reserved system memory.
BudgetGroupA D3DKMT_MEMORY_SEGMENT_GROUP that represents the budget group.