>>-SysSetPriority(class,delta)---------------------------------><
Changes the priority of the current process. A return code of 0 indicates no error.
Parameters:
The new process priority class. The allowed classes are:
Idle time priority
Regular priority
High or time-critical priority
Real-time priority
The change applied to the process priority level. delta must be in the range -15 to +15. It can also be a symbolic name:
"IDLE" for -15
"LOWEST" for -2
"BELOW_NORMAL" for -1
"NORMAL" for 0
"ABOVE_NORMAL" for 1
"HIGHEST" for 2
"TIME_CRITICAL" for 15
No errors.
Invalid priority class.