int GetThreadPriority( );
Return Value
The current thread priority level within its priority class. The value returned will be one of the following, listed from highest priority to lowest:
For more information on these priorities, see ::SetThreadPriority in the Win32 SDK Programmer’s Reference, Volume 4.
Remarks
Gets the current thread priority level of this thread.