D3DKMT_QUERYSTATISTICS_POLICY - NtDoc

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

typedef struct _D3DKMT_QUERYSTATISTICS_POLICY {
  D3DKMT_ALIGN64 ULONGLONG PreferApertureForRead[D3DKMT_QUERYSTATISTICS_ALLOCATION_PRIORITY_CLASS_MAX];
  D3DKMT_ALIGN64 ULONGLONG PreferAperture[D3DKMT_QUERYSTATISTICS_ALLOCATION_PRIORITY_CLASS_MAX];
  D3DKMT_ALIGN64 ULONGLONG MemResetOnPaging;
  D3DKMT_ALIGN64 ULONGLONG RemovePagesFromWorkingSetOnPaging;
  D3DKMT_ALIGN64 ULONGLONG MigrationEnabled;
} D3DKMT_QUERYSTATISTICS_POLICY;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

Reserved for system use. Do not use.

Members

PreferApertureForRead

PreferAperture

MemResetOnPaging

RemovePagesFromWorkingSetOnPaging

MigrationEnabled

Remarks

See also