D3DKMT_SEGMENTSIZEINFO structure (d3dkmthk.h)
The D3DKMT_SEGMENTSIZEINFO structure describes the size, in bytes, of memory and aperture segments.
Syntax
typedef struct _D3DKMT_SEGMENTSIZEINFO {
[out] D3DKMT_ALIGN64 ULONGLONG DedicatedVideoMemorySize;
[out] D3DKMT_ALIGN64 ULONGLONG DedicatedSystemMemorySize;
[out] D3DKMT_ALIGN64 ULONGLONG SharedSystemMemorySize;
} D3DKMT_SEGMENTSIZEINFO;
Members
[out] DedicatedVideoMemorySize
The size, in bytes, of memory that is dedicated from video memory.
[out] DedicatedSystemMemorySize
The size, in bytes, of memory that is dedicated from system memory.
[out] SharedSystemMemorySize
The size, in bytes, of memory from system memory that can be shared by many users.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Header | d3dkmthk.h (include D3dkmthk.h) |