D3DKMT_QUERYSTATISTICS_COMMITMENT_DATA - NtDoc

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

typedef struct _D3DKMT_QUERYSTATISTICS_COMMITMENT_DATA {
  D3DKMT_ALIGN64 UINT64 TotalBytesEvictedFromProcess;
  D3DKMT_ALIGN64 UINT64 BytesBySegmentPreference[D3DKMT_QUERYSTATISTICS_SEGMENT_PREFERENCE_MAX];
} D3DKMT_QUERYSTATISTICS_COMMITMENT_DATA;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

Reserved for system use. Do not use.

Members

TotalBytesEvictedFromProcess

BytesBySegmentPreference

Remarks

See also