AfxGetThread
呼叫這個函式,以取得變數的指標, CWinThread 物件,代表目前執行的執行緒。
CWinThread* AfxGetThread( );
傳回值
指向目前正在執行的執行緒。 否則 NULL。
備註
必須從呼叫內想要的執行緒。
注意事項 |
---|
如果正要移植 MFC 專案電話AfxGetThread Visual C++ 版本 4.2、 5.0 或 6.0 中,從AfxGetThread呼叫 AfxGetApp 如果找不到任何執行緒。在 Visual C + +。NET 和更新版本, AfxGetThread會傳回 NULL 如果找不到任何執行緒。如果您希望應用程式執行緒,您必須呼叫AfxGetApp。 |
範例
//Print the current thread ID in the Debug Window
TRACE(_T("Current Thread ID = 0x%X\n"), AfxGetThread()->m_nThreadID);
需求
標頭: afxwin.h