Programmers Reference - CRemoteThread (1)
class CRemoteThread: public CConSysThread
#include "ConSys.h"
class CRemoteThread : public CConSysThread
{
public:
CRemoteThread(const CConSysEnviroment* aEnviroment, HANDLE hReadPipe, HANDLE hWritePipe);
virtual UINT Run();
public:
#ifdef _DEBUG
virtual void AssertValid( ) const;
void Dump(CDumpContext &dc) const;
#endif
};
This thread is started by the CConnectThread to handle requests for a remote machine(se The ConSys System kernel connection sequence).
References:
Last Modified 10 January 2019