ULONG EtwLogTraceEvent (
_In_ TRACEHANDLE LoggerHandle,
_In_ PEVENT_TRACE_HEADER EventTrace
)
View the official Win32 development documentationNo description available.
Logs an event.
Handle to an event tracing session, or 0. You must specify a non-zero _SessionHandle_ if _SessionName_ is NULL. ETW ignores the handle if _SessionName_ is not NULL.
An EVENT_TRACE_HEADER structure containing standard event tracing information common to all events written by TraceEvent.
A Win32 error code.
This function is not defined in an SDK header and must be declared by the caller. This function is exported from ntdll.dll.