編輯

共用方式為


ThreadExitEvent Struct

Definition

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.

Applies to