Re:EXE Priorites

Tech-Archive recommends: Fix windows errors by optimizing your registry



Hi mate

Thread priority is calculated as base priority of its process plus thread
priority within given base priority class. In order to set process base
priority, you can call SetPriorityClass(). In order to adjust thread
priority withing its priority class, you can call SetThreadPriority(). This
is the only thing that Steve has not told you - concerning the rest, I
believe he gave detailed answers to all your questions(plus just wonderfull
advice to get yourself a copy of Windows Internals)

Anton Bassov
.



Relevant Pages