D3DKMT_QUERYSTATISTICS_PROCESS_SEGMENT_INFORMATION - NtDoc

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

typedef struct _D3DKMT_QUERYSTATISTICS_PROCESS_SEGMENT_INFORMATION {
#if ...
  D3DKMT_ALIGN64 ULONGLONG                      BytesCommitted;
#if ...
  D3DKMT_ALIGN64 ULONGLONG                      MaximumWorkingSet;
#if ...
  D3DKMT_ALIGN64 ULONGLONG                      MinimumWorkingSet;
#if ...
  ULONG                                         NbReferencedAllocationEvictedInPeriod;
  UINT                                          Padding;
#else
  ULONG                                         BytesCommitted;
#endif
#else
  ULONG                                         NbReferencedAllocationEvictedInPeriod;
#endif
#else
  ULONG                                         MaximumWorkingSet;
#endif
#else
  ULONG                                         MinimumWorkingSet;
#endif
  D3DKMT_QUERYSTATISTICS_VIDEO_MEMORY           VideoMemory;
  D3DKMT_QUERYSTATISTICS_PROCESS_SEGMENT_POLICY _Policy;
  D3DKMT_ALIGN64 UINT64                         Reserved[8];
} D3DKMT_QUERYSTATISTICS_PROCESS_SEGMENT_INFORMATION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

Reserved for system use. Do not use.

Members

BytesCommitted

MaximumWorkingSet

MinimumWorkingSet

NbReferencedAllocationEvictedInPeriod

Padding

VideoMemory

_Policy

Reserved[8]