9 memset(
this, 0,
sizeof(
this));
20 raThread(LPTHREAD_START_ROUTINE lpExternalRoutine);
23 DWORD Start(
void* arg = NULL);
24 DWORD Stop (
bool bForceKill =
false);
26 DWORD GetExitCode()
const;
28 void Attach(LPTHREAD_START_ROUTINE lpThreadStartRoutine );
32 static DWORD WINAPI EntryPoint( LPVOID pArg);
34 virtual DWORD Run( LPVOID arg );
raThreadContext m_ThreadCtx
virtual void ThreadDtor()
LPTHREAD_START_ROUTINE m_pThreadStartRoutine
virtual void ThreadCtor()