D3DDDI_PAGINGQUEUE_PRIORITY - NtDoc

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

typedef enum D3DDDI_PAGINGQUEUE_PRIORITY {
  D3DDDI_PAGINGQUEUE_PRIORITY_BELOW_NORMAL,
  D3DDDI_PAGINGQUEUE_PRIORITY_NORMAL,
  D3DDDI_PAGINGQUEUE_PRIORITY_ABOVE_NORMAL
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3dukmdt-d3dddi_pagingqueue_priority)

D3DDDI_PAGINGQUEUE_PRIORITY enumeration

Description

The D3DDDI_PAGINGQUEUE_PRIORITY enumeration indicates the scheduling priority relative to other paging queues on a device.

Constants

D3DDDI_PAGINGQUEUE_PRIORITY_BELOW_NORMAL

Indicates below normal priority.

D3DDDI_PAGINGQUEUE_PRIORITY_NORMAL

Indicates normal priority.

D3DDDI_PAGINGQUEUE_PRIORITY_ABOVE_NORMAL

Indicates above normal priority.