In normal Win32, we can create a thread with CreateThread and therminate it anywhere with a valid thread handle will do (CloseThread).
But in MFC, we create a thread with the AfxBeginThread and terminate it within the thread itself by AfxEndThread. So, does there any way for me to terminate the thread outside the Thread?
regards,
Chris.C
