Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 Overview | Class Members | Hierarchy Chart
See Also CWinThread::CreateThread