D3DKMT_SEGMENTGROUPSIZEINFO structure (d3dkmthk.h)
A structure that holds information about the segment group size.
Syntax
typedef struct _D3DKMT_SEGMENTGROUPSIZEINFO {
UINT32 PhysicalAdapterIndex;
D3DKMT_SEGMENTSIZEINFO LegacyInfo;
D3DKMT_ALIGN64 ULONGLONG LocalMemory;
D3DKMT_ALIGN64 ULONGLONG NonLocalMemory;
D3DKMT_ALIGN64 ULONGLONG NonBudgetMemory;
} D3DKMT_SEGMENTGROUPSIZEINFO;
Members
PhysicalAdapterIndex
The physical adapter index in the LDA (linked display adapter) chain.
LegacyInfo
Legacy segment size info.
LocalMemory
The size of local memory.
NonLocalMemory
The size of non-local memory.
NonBudgetMemory
The size of non-budget memory.
Requirements
Requirement | Value |
---|---|
Header | d3dkmthk.h |