How to find the current state of a thread in the scheduler strucure in windows.

Posted by Renjith G on Stack Overflow See other posts from Stack Overflow or by Renjith G
Published on 2010-01-07T17:35:15Z Indexed on 2010/03/31 18:13 UTC
Read the original article Hit count: 276

Filed under:
|

Hi all,

I want to know the current state(SUSPENDED/READY/RUNNING/WAITING state ) of a thread which has been created by CreateThread() api.

How can I find it out?

My developement environment is Visual studio 2008 Expresss edition

also language is C/C++

/renjith g

© Stack Overflow or respective owner

Related posts about Windows

Related posts about threads