Thread_V1_TypeGroup1 class

This class is the event type class for thread start events.

The following syntax is simplified from MOF code.

Syntax

[EventType{1, 3}, EventTypeName{"Start", "DCStart"}]
class Thread_V1_TypeGroup1 : Thread_V1
{
  uint32 ProcessId;
  uint32 TThreadId;
  uint32 StackBase;
  uint32 StackLimit;
  uint32 UserStackBase;
  uint32 UserStackLimit;
  uint32 StartAddr;
  uint32 Win32StartAddr;
  sint8  WaitMode;
};

Members

The Thread_V1_TypeGroup1 class has these types of members:

Properties

The Thread_V1_TypeGroup1 class has these properties.

ProcessId

Data type: uint32

Access type: Read-only

Qualifiers: WmiDataId(1)

Process identifier of the thread involved in the event.

Windows Server 2003: Contains the Format("x") qualifier.

StackBase

Data type: uint32

Access type: Read-only

Qualifiers: WmiDataId(3), Pointer

Base address of the thread's stack.

StackLimit

Data type: uint32

Access type: Read-only

Qualifiers: WmiDataId(4), Pointer

Limit of the thread's stack.

StartAddr

Data type: uint32

Access type: Read-only

Qualifiers: WmiDataId(7), Pointer

Memory address at which the trace starts.

TThreadId

Data type: uint32

Access type: Read-only

Qualifiers: WmiDataId(2)

Thread identifier of the thread involved in the event.

Windows Server 2003: Contains the Format("x") qualifier.

UserStackBase

Data type: uint32

Access type: Read-only

Qualifiers: WmiDataId(5), Pointer

Base address of the thread's user-mode stack.

UserStackLimit

Data type: uint32

Access type: Read-only

Qualifiers: WmiDataId(6), Pointer

Limit of the thread's user-mode stack.

WaitMode

Data type: sint8

Access type: Read-only

Qualifiers: WmiDataId(9), Format("c")

Not used.

Win32StartAddr

Data type: uint32

Access type: Read-only

Qualifiers: WmiDataId(8), Pointer

Starting address of the function to be executed by this thread.

Requirements

Requirement Value
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]

See also

Thread_V1