// d3dkmthk.h
typedef enum _D3DKMT_SCHEDULINGPRIORITYCLASS {
D3DKMT_SCHEDULINGPRIORITYCLASS_IDLE,
D3DKMT_SCHEDULINGPRIORITYCLASS_BELOW_NORMAL,
D3DKMT_SCHEDULINGPRIORITYCLASS_NORMAL,
D3DKMT_SCHEDULINGPRIORITYCLASS_ABOVE_NORMAL,
D3DKMT_SCHEDULINGPRIORITYCLASS_HIGH,
D3DKMT_SCHEDULINGPRIORITYCLASS_REALTIME
} D3DKMT_SCHEDULINGPRIORITYCLASS;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DKMT_SCHEDULINGPRIORITYCLASS enumeration type contains values that describe the scheduling priority for a process.
D3DKMT_SCHEDULINGPRIORITYCLASS_IDLEThe process is idle.
D3DKMT_SCHEDULINGPRIORITYCLASS_BELOW_NORMALThe scheduling priority of the process is below normal.
D3DKMT_SCHEDULINGPRIORITYCLASS_NORMALThe scheduling priority of the process is normal.
D3DKMT_SCHEDULINGPRIORITYCLASS_ABOVE_NORMALThe scheduling priority of the process is above normal.
D3DKMT_SCHEDULINGPRIORITYCLASS_HIGHThe scheduling priority of the process is high.
D3DKMT_SCHEDULINGPRIORITYCLASS_REALTIMEThe scheduling priority of the process is in real time.
D3DKMTGetProcessSchedulingPriorityClass
D3DKMTSetProcessSchedulingPriorityClass