|
-
Jul 5th, 2001, 10:09 PM
#1
Thread Starter
PowerPoster
AfxBeginThread & AfxEndThread
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|