CWinThread::m_hThread

Handle to the thread attached to this CWinThread.

HANDLE m_hThread;

Remarks

The m_hThread data member is a public variable of type HANDLE. It is only valid if underlying thread currently exists.

Requirements

Header: afxwin.h

See Also

Reference

CWinThread Class

Hierarchy Chart