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()
CSPThread | Other support classes | Class Categories | Online help home | Back

www.micronovae.com

Copyright © 2002 - 2005 Micronovae Ltd