D3DKMT_QUERYSTATISTICS_ALLOCATION_PRIORITY_CLASS - NtDoc

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

typedef enum _D3DKMT_QUERYSTATISTICS_ALLOCATION_PRIORITY_CLASS {
  D3DKMT_AllocationPriorityClassMinimum,
  D3DKMT_AllocationPriorityClassLow,
  D3DKMT_AllocationPriorityClassNormal,
  D3DKMT_AllocationPriorityClassHigh,
  D3DKMT_AllocationPriorityClassMaximum,
  D3DKMT_MaxAllocationPriorityClass
} D3DKMT_QUERYSTATISTICS_ALLOCATION_PRIORITY_CLASS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3dkmthk-d3dkmt_querystatistics_allocation_priority_class)

Description

Reserved for system use. Do not use.

Constants

D3DKMT_AllocationPriorityClassMinimum

D3DKMT_AllocationPriorityClassLow

D3DKMT_AllocationPriorityClassNormal

D3DKMT_AllocationPriorityClassHigh

D3DKMT_AllocationPriorityClassMaximum

D3DKMT_MaxAllocationPriorityClass

Remarks

See also