CWinThread::CWinThread

CWinThread();

Remarks

Constructs a CWinThread object. To begin the thread’s execution, call the CreateThread member function. You will usually create threads by calling AfxBeginThread, which will call this constructor and CreateThread.

CWinThread OverviewClass MembersHierarchy Chart

See Also   CWinThread::CreateThread