ThreadRundownStopEvent Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a thread found during stop trace data collection.
public struct ThreadRundownStopEvent
type ThreadRundownStopEvent = struct
Public Structure ThreadRundownStopEvent
- Inheritance
-
ThreadRundownStopEvent
Properties
BasePriority |
Gets the base priority of the thread. |
HasRegistryNotificationEnabled |
Gets a value indicating whether the thread has associated registry change notification structures. |
Id |
Gets the ID of the thread. |
IoPriority |
Gets the IO priority of the thread. |
KernelStackRange |
Gets the address range of the kernel-mode stack for the thread. |
Name |
Gets the name of the thread. |
PagePriority |
Gets the memory page priority of the thread. |
ProcessId |
Gets the ID of the process that owns the thread. |
ProcessorAffinity |
Gets the mask indicating on which processors the thread may run. |
ServiceId |
Gets the ID of the service that owns this thread, if any. |
StartAddress |
Gets the address at which the Win32 thread starts executing. |
ThreadEnviromentBlockAddress |
Gets the address of the Thread Environment Block (TEB). |
Timestamp |
Gets the timestamp at which the thread was found during stop trace data collection. |
UserStackRange |
Gets the address range of the user-mode stack for the thread. |