CWinThread::m_bAutoDelete

指定是否应自动删除 CWinThread 对象在线程终止。

BOOL m_bAutoDelete;

备注

m_bAutoDelete 数据成员是类型 BOOL的公共变量。

要求

Header: afxwin.h

请参见

参考

CWinThread选件类

层次结构图

AfxBeginThread

CWinThread::ResumeThread