Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This class is the event type class for thread end events.
The following syntax is simplified from MOF code.
Syntax
[EventType{2, 4}, EventTypeName{"End", "DCEnd"}]
class Thread_V1_TypeGroup2 : Thread_V1
{
uint32 ProcessId;
uint32 TThreadId;
};
Members
The Thread_V1_TypeGroup2 class has these types of members:
Properties
The Thread_V1_TypeGroup2 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.
-
-
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.
-
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows XP [desktop apps only] |
| Minimum supported server |
Windows Server 2003 [desktop apps only] |
See also