Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Check if a thread exists by it handle

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 ?

like image 319
Rodrigo Farias Rezino Avatar asked May 01 '10 00:05

Rodrigo Farias Rezino


1 Answers

I found the answer tks srs.

GetExitCodeThread

For more information: http://msdn.microsoft.com/en-us/library/ms683190(VS.85).aspx

like image 193
Rodrigo Farias Rezino Avatar answered Nov 15 '22 07:11

Rodrigo Farias Rezino