ETW_TRACE_GROUP_INFO_ENTRY - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTWMI_H

// rev
typedef struct _ETW_TRACE_GROUP_INFO_ENTRY
{
    ULONG IsEnabled;
    UCHAR Level;
    UCHAR Reserved1;
    USHORT LoggerId;
    ULONG EnableProperty;
    ULONG Reserved2;
    ULONGLONG MatchAnyKeyword;
    ULONGLONG MatchAllKeyword;
} ETW_TRACE_GROUP_INFO_ENTRY, *PETW_TRACE_GROUP_INFO_ENTRY;

#endif

View code on GitHub

NtDoc

No description available.