How do you set the programs priority? Not thread priority!
Posted: Sun Mar 08, 2009 9:42 pm
by netmaestro
It's all thread priority. There is nothing else. Use SetThreadPriority_(GetCurrentThreadID_(), <priority>) and you can look up the priorities and their corresponding values on MSDN.