Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
intGetThreadPriority();
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:
THREAD_PRIORITY_TIME_CRITICAL
THREAD_PRIORITY_HIGHEST
THREAD_PRIORITY_ABOVE_NORMAL
THREAD_PRIORITY_NORMAL
THREAD_PRIORITY_BELOW_NORMAL
THREAD_PRIORITY_LOWEST
THREAD_PRIORITY_IDLE
For more information on these priorities, see in the Win32 SDK Programmer’s Reference, Volume 4.
Remarks
Gets the current thread priority level of this thread.
CWinThread Overview | Class Members | Hierarchy Chart
See Also CWinThread::SetThreadPriority,