ETW_TRACE_ENABLE_INFO - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#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;

#endif

View code on GitHub

NtDoc

No description available.