D3DKMT_SEGMENTGROUPSIZEINFO - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-_d3dkmt_segmentgroupsizeinfo)

D3DKMT_SEGMENTGROUPSIZEINFO structure

Description

The D3DKMT_SEGMENTGROUPSIZEINFO structure holds information about the segment group size.

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.

See also

D3DKMT_SEGMENTSIZEINFO

D3DKMTQueryAdapterInfo