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
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
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.