StackWalk class
This class is the parent class for stack tracing events.
The following syntax is simplified from MOF code and includes all inherited properties.
Syntax
[Guid("{def2fe46-7bd6-4b80-bd94-f57fe20d0ce3}")]
class StackWalk : MSNT_SystemTrace
{
};
Members
The StackWalk class does not define any members.
Remarks
To enable stack tracing of kernel events, call the TraceSetInformation function and specify the kernel events and types for which you want to capture the stack trace. To enable stack tracing for other events, set the EnableProperty member of ENABLE_TRACE_PARAMETERS to EVENT_ENABLE_PROPERTY_STACK_TRACE.
Use the following event type to identify the actual event when consuming events.
Event type | Description |
---|---|
Event type value, 32 | Stack tracing event. The StackWalk_Event MOF class defines the event data for this event. |
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 7 [desktop apps only] |
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |