D3DKMT_QUERYSTATISTICS_SYSTEM_MEMORY structure (d3dkmthk.h)

Reserved for system use. Do not use.

Syntax

typedef struct _D3DKMT_QUERYSTATISTICS_SYSTEM_MEMORY {
  D3DKMT_ALIGN64 ULONGLONG BytesAllocated;
  D3DKMT_ALIGN64 ULONGLONG BytesReserved;
  ULONG                    SmallAllocationBlocks;
  ULONG                    LargeAllocationBlocks;
  D3DKMT_ALIGN64 ULONGLONG WriteCombinedBytesAllocated;
  D3DKMT_ALIGN64 ULONGLONG WriteCombinedBytesReserved;
  D3DKMT_ALIGN64 ULONGLONG CachedBytesAllocated;
  D3DKMT_ALIGN64 ULONGLONG CachedBytesReserved;
  D3DKMT_ALIGN64 ULONGLONG SectionBytesAllocated;
  D3DKMT_ALIGN64 ULONGLONG SectionBytesReserved;
  D3DKMT_ALIGN64 ULONGLONG BytesZeroed;
  D3DKMT_ALIGN64 ULONGLONG Reserved;
} D3DKMT_QUERYSTATISTICS_SYSTEM_MEMORY;

Members

BytesAllocated

BytesReserved

SmallAllocationBlocks

LargeAllocationBlocks

WriteCombinedBytesAllocated

WriteCombinedBytesReserved

CachedBytesAllocated

CachedBytesReserved

SectionBytesAllocated

SectionBytesReserved

BytesZeroed

Reserved

Requirements

Requirement Value
Minimum supported server Windows Server 2022
Header d3dkmthk.h