Skip to content

Latest commit

 

History

History
104 lines (66 loc) · 1.74 KB

thread-v0-typegroup1.md

File metadata and controls

104 lines (66 loc) · 1.74 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
This class is the event type class for thread events. The following syntax is simplified from MOF code.
cc668fef-48fe-4948-8fe5-4351f7a033d1
Thread_V0_TypeGroup1 class
reference
05/31/2018
APIRef
kbSyntax
Thread_V0_TypeGroup1
Thread_V0_TypeGroup1.TThreadId
Thread_V0_TypeGroup1.ProcessId
NA

Thread_V0_TypeGroup1 class

This class is the event type class for thread events.

The following syntax is simplified from MOF code.

Syntax

[EventType{1, 2, 3, 4}, EventTypeName{"Start", "End", "DCStart", "DCEnd"}]
class Thread_V0_TypeGroup1 : Thread_V0
{
  uint32 TThreadId;
  uint32 ProcessId;
};

Members

The Thread_V0_TypeGroup1 class has these types of members:

Properties

The Thread_V0_TypeGroup1 class has these properties.

ProcessId

Data type: uint32

Access type: Read-only

Qualifiers: WmiDataId(2), Format("x")

Process identifier of the thread involved in the event.

TThreadId

Data type: uint32

Access type: Read-only

Qualifiers: WmiDataId(1), Format("x")

Thread identifier of the thread involved in the event.

Requirements

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

See also

Thread_V0