#include <p6thread.h>
Inherits P6R::p6ICom.
Public Member Functions | |
virtual P6R::P6INT32 | addref ()=0 |
virtual P6R::P6ERR | enumThreads (P6R::p6IEnumThreadInfo **ppEnum)=0 |
virtual P6R::P6ERR | getCurrentThread (P6R::p6ICurThread **ppCurThread)=0 |
virtual P6R::P6ERR | getCurrentThreadLogger (P6R::p6ILogProducer **ppLogger)=0 |
virtual P6R::P6ERR | queryInterface (const P6R::IID &iid, P6R::P6VOID **ppIface)=0 |
virtual P6R::P6INT32 | release ()=0 |
This interface is used to create new threads as well as get an enumerator to get information about each running thread in the system.
Definition at line 372 of file p6thread.h.