#ifndef _NTWMI_H
#define PREPARE_ETW_TRACE_HEADER_GUID(Header, EventStruct, EventType, EventGuid, LoggerId) \
(Header)->Size = sizeof(EventStruct); \
(Header)->Class.Type = (EventType); \
RtlCopyMemory(&((Header)->Guid), (EventGuid), sizeof(*(EventGuid))); \
// Used with OpenTrace(), prevents conversion of TimeStamps to UTC
View code on GitHub
No description available.