ITraceEvent interface
The ITraceEvent interface provides access to data relating to a specific event.
Methods
The ITraceEvent interface has these methods.
Method | Description |
---|---|
ITraceEvent::Clone | Creates a duplicate copy of an event. |
ITraceEvent::GetEventRecord | Retrieves the event record that describes an event. |
ITraceEvent::GetUserContext | Retrieves the user context associated with the stream to which the event belongs. |
ITraceEvent::SetEventDescriptor | Sets the event descriptor for an event. |
ITraceEvent::SetPayload | Sets the payload for an event. |
ITraceEvent::SetProcessId | Assigns an event to a specific process. |
ITraceEvent::SetProviderId | Sets the GUID for the provider which traced an event. |
ITraceEvent::SetThreadId | Sets the identifier of a thread that generates an event. |
ITraceEvent::SetTimeStamp | Sets the time at which an event occurred. |
Remarks
This interface is not supported on Windows 7 for the IA64 architecture.
Requirements
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Target Platform | Windows |
Header | relogger.h |