SetThreadPriority (kernel32)
Last changed: -74.47.122.84

.
Summary

C# Signature:

[DllImport("kernel32.dll")]
static extern bool SetThreadPriorityBoost(IntPtr hThread,
   bool DisablePriorityBoost);

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Process.PriorityBoostEnabled

Documentation