Поделиться через


AfxEndThread

Call this function to terminate the currently executing thread.

void AFXAPI AfxEndThread(
   UINT nExitCode,
   BOOL bDelete = TRUE 
);

Параметры

  • nExitCode
    Specifies the exit code of the thread.

  • bDelete
    Deletes the thread object from memory.

Заметки

Must be called from within the thread to be terminated.

For more information on AfxEndThread, see the article Multithreading: Terminating Threads.

Требования

Header: afxwin.h

См. также

Основные понятия

MFC Macros and Globals

AfxBeginThread