Integer constants specifying the priority of the thread.
Name |
Value |
Description |
apriorityIdle |
-15 |
Idle |
apriorityLowest |
-2 |
Lowest |
apriorityBelowNormal |
-1 |
Below Normal |
apriorityNormal |
0 |
Normal |
apriorityAboveNormal |
1 |
Above Normal |
apriorityHighest |
2 |
Highest |
apriorityTimeCritical |
15 |
Time Critical |
aPriorityError |
0x7FFFFFFF |
Error (wrong thread handle when
calling GetThreadPriority) |