When I create a thread I save it handle in a list. After a time I want to check which of them still exists. I'm not looking for other kind of implementation, I want to know if is there some how to get a thread by it handle ?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
I found the answer tks srs. GetExitCodeThread For more information: http://msdn.microsoft.com/en-us/library/ms683190(VS.85).aspx |
|||
|
|
|
If you're just interested in which ones are still running, this should work:
|
|||||||
|