|
-
September 10th, 1999, 01:44 AM
#1
How to kill a thread while creating another one
I wanna kill a previously created background thread at the time of exiting
the application.Please help.
-
September 10th, 1999, 02:10 AM
#2
Re: How to kill a thread while creating another one
you can kill a thread using TerminateThread.
I'd rather tell the thread to end itself via events. The Thread should then call ExitThread.
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
|