NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Threads Window

To open the Threads window, from the Debug menu, choose Windows, and then choose Threads.

When you debug a multithreaded program, you can use the Threads window to view thread information and manipulate threads.
Leftmost column
An arrow in this column marks the active thread.
Id
A DWORD that uniquely identifies each thread.
Name
The name of the thread.
Location
The function name or address associated with the thread.
Priority
Numerical priority of the thread.
Suspend
Suspend count of the thread, which can vary from 0 through 127. This number is changed by calls to SuspendThread and ResumeThread. Each call increments or decrements the suspension count by one.

See Also

Using the Threads Window | Debugging UI Reference