// 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 referenceNo description available.
The D3DKMT_SEGMENTSIZEINFO structure describes the size, in bytes, of memory and aperture segments.
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.