Click to return to the Component Development home page    
Text Document Attribute C...     Active Script Debugging A...    
Web Workshop  |  Component Development

Thread State Flags


Indicate the current state of a thread. These flags are supported by the IRemoteDebugApplicationThread::GetState method.

THREAD_OUT_OF_CONTEXT
Thread is out of context.
THREAD_STATE_BLOCKED
Thread is blocked.
THREAD_STATE_RUNNING
Thread is running.
THREAD_STATE_SUSPENDED
Thread is suspended.


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.