How do you increase thread/process priority using HLA?
Sample code to increase/decrease thanks or directions to find it.
Sample code to increase/decrease thanks or directions to find it.
How do you increase thread/process priority using HLA?
Sample code to increase/decrease thanks or directions to find it.
I don't have the ability to try code out right now, but I could suggest taking a look
at the w.GetPriorityClass, w.SetPriorityClass, w.GetThreadPriority, and w.SetThreadPriority
API functions. You can read about these functions on line at
http://webster.cs.ucr.edu/Page_win32/kernelref.pdf
Also, MSDN on-line will have their descriptions (C-based, of course, but the conversion to HLA code is trivial - just add a "w." in front of the function name).
Cheers,
Randy Hyde
Thanks.
I'm getting back to this idea soon...
I'm getting back to this idea soon...