ThreadExitEvent 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 exiting.
public struct ThreadExitEvent
type ThreadExitEvent = struct
Public Structure ThreadExitEvent
- Inheritance
-
ThreadExitEvent
Properties
BasePriority |
Gets the base priority of the thread. |
Id |
Gets the ID of the thread exiting. |
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 exiting. |
PagePriority |
Gets the memory page priority of the thread. |
ProcessId |
Gets the ID of the process that owns the thread exiting. |
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 exited. |
UserStackRange |
Gets the address range of the user-mode stack for the thread. |