CWinThread::m_bAutoDelete

Specifies whether the CWinThread object should be automatically deleted at thread termination.

BOOL m_bAutoDelete;

Remarks

The m_bAutoDelete data member is a public variable of type BOOL.

Requirements

Header: afxwin.h

See Also

Reference

CWinThread Class

Hierarchy Chart

AfxBeginThread

CWinThread::ResumeThread

Other Resources

CWinThread Members