Check if a thread exists by it handle

Posted by SaCi on Stack Overflow See other posts from Stack Overflow or by SaCi
Published on 2010-05-01T00:48:38Z Indexed on 2010/05/01 0:57 UTC
Read the original article Hit count: 258

Filed under:
|

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 ?

© Stack Overflow or respective owner

Related posts about threads

Related posts about delphi