ending single thread
C / C++ / MFC
4
Posts
2
Posters
0
Views
1
Watching
-
Hi all, I have started one thread(UI thread) several number of times either at same instance of time or at different instance of time. if i want to end a single thread how will it find out which thread to close. can anybody help me in this.... thanks in advance
-
Hi all, I have started one thread(UI thread) several number of times either at same instance of time or at different instance of time. if i want to end a single thread how will it find out which thread to close. can anybody help me in this.... thanks in advance
-
Hi, Every thread will have individual handle and ID. Besides everything depends on way how you will want closing your threads.
----------- Mila
How to get that individual handle?
-
How to get that individual handle?