D3DKMT_SEGMENTSIZEINFO - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmthk.h

typedef struct _D3DKMT_SEGMENTSIZEINFO {
  [out] D3DKMT_ALIGN64 ULONGLONG DedicatedVideoMemorySize;
  [out] D3DKMT_ALIGN64 ULONGLONG DedicatedSystemMemorySize;
  [out] D3DKMT_ALIGN64 ULONGLONG SharedSystemMemorySize;
} D3DKMT_SEGMENTSIZEINFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_D3DKMT_SEGMENTSIZEINFO structure

Description

The D3DKMT_SEGMENTSIZEINFO structure describes the size, in bytes, of memory and aperture segments.

Members

DedicatedVideoMemorySize [out]

The size, in bytes, of memory that is dedicated from video memory.

DedicatedSystemMemorySize [out]

The size, in bytes, of memory that is dedicated from system memory.

SharedSystemMemorySize [out]

The size, in bytes, of memory from system memory that can be shared by many users.

See also

D3DKMTQueryAdapterInfo

D3DKMT_QUERYADAPTERINFO