I seen a few examples to reset the thread-priority with PB.
I am looking to set the thread idle or just above.
I was thinking about using SetThreadPriority() with the idle flag.
Not sure if this is reliable to mix this one.
Also.. if it's ok to use, can it be done from inside the thread procedure itself?
Maybe using GetCurrentThreadID() or so?
Thanks,
I am looking to set the thread idle or just above.
I was thinking about using SetThreadPriority() with the idle flag.
Not sure if this is reliable to mix this one.
Also.. if it's ok to use, can it be done from inside the thread procedure itself?
Maybe using GetCurrentThreadID() or so?
Thanks,
Comment