Click to See Complete Forum and Search --> : Any win32 function for checking whether a thread is alive or not?


puri_malluru
July 8th, 1999, 05:03 PM
Hi,
Given a thread id (please note it is thread id not thread handle), is there any way of finding out whether that thread is still running or not?

I appreciate your help.

Thanks
Puri Malluru

Jerry Coffin
July 15th, 1999, 04:26 PM
In Windows 2000, you can use OpenThread to get a handle from an ID. Other than that, you're pretty much stuck.


The universe is a figment of its own imagination.