// d3dkmthk.h
typedef struct _D3DKMT_SEGMENTGROUPSIZEINFO {
UINT32 PhysicalAdapterIndex;
D3DKMT_SEGMENTSIZEINFO LegacyInfo;
D3DKMT_ALIGN64 ULONGLONG LocalMemory;
D3DKMT_ALIGN64 ULONGLONG NonLocalMemory;
D3DKMT_ALIGN64 ULONGLONG NonBudgetMemory;
} D3DKMT_SEGMENTGROUPSIZEINFO;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DKMT_SEGMENTGROUPSIZEINFO structure holds information about the segment group size.
PhysicalAdapterIndexThe physical adapter index in the LDA (linked display adapter) chain.
LegacyInfoA D3DKMT_SEGMENTSIZEINFO structure that holds legacy segment size info.
LocalMemorySize of the local memory, in bytes.
NonLocalMemorySize of non-local memory, in bytes.
NonBudgetMemorySize of non-budget memory.