// 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 referenceNo description available.
Describes the types of scheduling priority band.
DXGK_SCHEDULING_PRIORITY_BAND_IDLEThe priority band is idle.
DXGK_SCHEDULING_PRIORITY_BAND_NORMALThe priority band is normal.
DXGK_SCHEDULING_PRIORITY_BAND_FOCUSThe priority band is focus.
DXGK_SCHEDULING_PRIORITY_BAND_REALTIMEThe priority band is realtime.
DXGK_SCHEDULING_PRIORITY_BAND_COUNTThe priority band has a count.