[DllImport("kernel32.dll")]
static extern bool SetThreadPriority(IntPtr hThread, PInvokeThreadPriority nPriority);
<DllImport("kernel32.dll")> _
Private Shared Function SetThreadPriority(ByVal hThread As IntPtr, ByVal nPriority As PInvokeThreadPriority) As Boolean
End Function
See GetThreadPriority to retrieve a thread's priority.
Please add some!
Please add some!
Do you know one? Please contribute it!