#ifndef _NTWMI_H
// public TRACE_ENABLE_INFO
typedef struct _ETW_TRACE_ENABLE_INFO
{
ULONG IsEnabled;
UCHAR Level;
UCHAR Reserved1;
USHORT LoggerId;
ULONG EnableProperty;
ULONG Reserved2;
ULONGLONG MatchAnyKeyword;
ULONGLONG MatchAllKeyword;
} ETW_TRACE_ENABLE_INFO, *PETW_TRACE_ENABLE_INFO;
View code on GitHubNo description available.