View Single Post
Old Aug 19th, 2005, 9:00 AM   #2
jim mcnamara
Hobbyist Programmer
 
Join Date: Jun 2005
Location: New Mexico
Posts: 228
Rep Power: 4 jim mcnamara is on a distinguished road
Look inot these API's to start with:

These work at the thread level --
GetThreadPriority
SetThreadPriority

Process level:
GetPriorityClass
SetPriorityClass
jim mcnamara is offline   Reply With Quote