CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Posts
    43

    Any win32 function for checking whether a thread is alive or not?

    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


  2. #2
    Join Date
    May 1999
    Posts
    123

    Re: Any win32 function for checking whether a thread is alive or not?

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured