Napomena
Za pristup ovoj stranici potrebna je autorizacija. Možete se pokušati prijaviti ili promijeniti direktorije.
Za pristup ovoj stranici potrebna je autorizacija. Možete pokušati promijeniti direktorije.
This structure tells the kernel logger to include the call stack for the named events.
typedef struct _STACK_TRACING_EVENT_ID {
GUID EventGuid;
UCHAR Type;
UCHAR Reserved[7];
} STACK_TRACING_EVENT_ID, *PSTACK_TRACING_EVENT_ID
Members
EventGuid
The GUID that identifies a specific kernel event configured to generate call stacks. For more information about this member, see NT Kernel Logger Constants. EventGuids are listed in Evntrace.h.
Type
One of the EVENT_TRACE_TYPE_* types from evntrace.h or one of the Trace Control Event Types.
Reserved
Reserved for future use.
Remarks
The members of this structure are identical to those of the CLASSIC_EVENT_ID structure available in the Windows 7 and Windows Server 2008 SDK:
typedef struct _CLASSIC_EVENT_ID {
GUID EventGuid;
UCHAR Type;
UCHAR Reserved[7];
} CLASSIC_EVENT_ID, *PCLASSIC_EVENT_ID;
Requirements:
Versions: Available beginning in Windows Vista. This structure is distributed with Windows Performance Analyzer.
Headers: Declared in KernelTraceControl.h. Include KernelTraceControl.h.
Library: Contained in KernelTraceControl.dll.