Re:EXE Priorites
- From: "anton bassov"<xxx@xxxxxxx>
- Date: Wed, 14 Jun 2006 22:00:06 -0500
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
.
- Prev by Date: Re: EXE Priorites
- Next by Date: Re: EXE Priorites
- Previous by thread: Re: EXE Priorites
- Index(es):
Relevant Pages
|