Programmers Reference - CAddress (1)
class CMainThread : public CConSysThread
#include "ConSys.h"
class CMainThread : public CConSysThread
{
public:
CMainThread(const CConSysEnviroment* aEnviroment,
CThreadList* list,
const CDeviceArray* aDeviceArray);
virtual ~CMainThread();
virtual UINT Run();
#ifdef _DEBUG
public:
virtual void AssertValid( ) const;
void Dump(CDumpContext &dc) const;
#endif
};
This thread is the main thread of the ConSys System kernel.
References:
Last Modified 10 January 2019