Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
This class is the event type class for stack tracing events.
The following syntax is simplified from MOF code and includes all inherited properties.
[EventType{32}, EventTypeName{"Stack"}]
class StackWalk_Event : StackWalk
{
uint64 EventTimeStamp;
uint32 StackProcess;
uint32 StackThread;
uint32 Stack1;
uint32 Stack192;
};
The StackWalk_Event class has these types of members:
The StackWalk_Event class has these properties.
EventTimeStamp
Data type: uint64
Access type: Read-only
Qualifiers: WmiDataId(1)
Original event time stamp from the event header. Use this time stamp to match the stack to an event.
Stack1
Data type: uint32
Access type: Read-only
Qualifiers: WmiDataId(4), pointer
Address of the call.
Stack192
Data type: uint32
Access type: Read-only
Qualifiers: WmiDataId(195), pointer
Address of the call.
StackProcess
Data type: uint32
Access type: Read-only
Qualifiers: WmiDataId(2), format("x")
The process identifier of the original event.
StackThread
Data type: uint32
Access type: Read-only
Qualifiers: WmiDataId(3)
The thread identifier of the original event.
Note that the class does not show all of the Stackn properties that exist between Stack1 and Stack192. Use the size of the event to determine how many Stackn properties contain valid addresses.
Requirement | Value |
---|---|
Minimum supported client |
Windows 7 [desktop apps only] |
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register today