Function CSPThread::GetPriority()
Description:
Retrieves the thread priority level.
 |
Prototype:
int GetPriority() const;
Arguments:
No arguments (void).
Return value:
Returns the thread priority level.
Remarks:
The values returned from this function are:
CSPThread::TIME_CRITICAL CSPThread::HIGHEST CSPThread::ABOVE_NORMAL CSPThread::NORMAL CSPThread::BELOW_NORMAL CSPThread::LOWEST CSPThread::IDLE
See also:
member function SetPriority()
|
|