DXGK_SCHEDULING_PRIORITY_BAND - NtDoc

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

typedef enum _DXGK_SCHEDULING_PRIORITY_BAND {
  DXGK_SCHEDULING_PRIORITY_BAND_IDLE,
  DXGK_SCHEDULING_PRIORITY_BAND_NORMAL,
  DXGK_SCHEDULING_PRIORITY_BAND_FOCUS,
  DXGK_SCHEDULING_PRIORITY_BAND_REALTIME,
  DXGK_SCHEDULING_PRIORITY_BAND_COUNT
} DXGK_SCHEDULING_PRIORITY_BAND;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3dkmddi-_dxgk_scheduling_priority_band)

_DXGK_SCHEDULING_PRIORITY_BAND enumeration

Description

Describes the types of scheduling priority band.

Constants

DXGK_SCHEDULING_PRIORITY_BAND_IDLE

The priority band is idle.

DXGK_SCHEDULING_PRIORITY_BAND_NORMAL

The priority band is normal.

DXGK_SCHEDULING_PRIORITY_BAND_FOCUS

The priority band is focus.

DXGK_SCHEDULING_PRIORITY_BAND_REALTIME

The priority band is realtime.

DXGK_SCHEDULING_PRIORITY_BAND_COUNT

The priority band has a count.