D3DKMT_SEGMENT_CAPS - NtDoc

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

NtDoc

No description available.

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

_D3DKMT_SEGMENT_CAPS structure

Description

Contains segment capabilities.

Members

Size

Size of the segment.

PageSize

The page sized.

SegmentId

The segment Id.

bAperture

Indicates whether the segment is an aperture.

bReservedSysMem

Indicates whether the segment is a reserved system memory.

BudgetGroup

A D3DKMT_MEMORY_SEGMENT_GROUP that represents the budget group.

Remarks

See also