CWinThread::GetThreadPriority
Obtiene el nivel de prioridad del subproceso actual de este subproceso.
int GetThreadPriority( );
Valor devuelto
El nivel de prioridad del subproceso actual dentro de la clase de prioridad.El valor devuelto será uno de los siguientes, mencionado de máxima prioridad menor:
THREAD_PRIORITY_TIME_CRITICAL
THREAD_PRIORITY_HIGHEST
THREAD_PRIORITY_ABOVE_NORMAL
THREAD_PRIORITY_NORMAL
THREAD_PRIORITY_BELOW_NORMAL
THREAD_PRIORITY_LOWEST
THREAD_PRIORITY_IDLE
Para obtener más información sobre estas prioridades, vea SetThreadPriority en Windows SDK.
Requisitos
encabezado: afxwin.h