Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6ICurThread::setThreadState ( const P6WCHAR pcszwState)
pure virtual

This method sets the current threads state.

The state can be retrieved by calling getThreadInfo() or by enumerating threads using the p6IEnumThreadInfo interface which can be retrieved from p6IThreadManager.

Parameters
pcszwStateA the textual description of the threads current state.
Returns