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