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.