|
-
September 20th, 2004, 04:16 AM
#1
How to terminate a thread from another thread?
Hello,
I have thread function in Class A:
m_FilterThread = AfxBeginThread(StartFilterThread,(LPVOID)this);
I want to terminate this thraed from view class, How can I do it,
If used AfxEndThread(m_FilterThread ->m_hThreadId), //It is crashing.
can anyone please help me?
Thanks
Madhavi
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
|