ThreadCreateEvent Struct

Definition

Represents a thread being created.

public struct ThreadCreateEvent
type ThreadCreateEvent = struct
Public Structure ThreadCreateEvent
Inheritance
ThreadCreateEvent

Properties

BasePriority

Gets the base priority of the thread.

Id

Gets the ID of the thread being created.

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 being created.

PagePriority

Gets the memory page priority of the thread.

ProcessId

Gets the ID of the process that owns the thread being created.

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 created.

UserStackRange

Gets the address range of the user-mode stack for the thread.

Applies to