D3DKMT_SEGMENTGROUPSIZEINFO structure (d3dkmthk.h)
The D3DKMT_SEGMENTGROUPSIZEINFO structure 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
A D3DKMT_SEGMENTSIZEINFO structure that holds legacy segment size info.
LocalMemory
Size of the local memory, in bytes.
NonLocalMemory
Size of non-local memory, in bytes.
NonBudgetMemory
Size of non-budget memory.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1703 (WDDM 2.2) |
Header | d3dkmthk.h |