ETW_TRACE_GROUP_INFO - NtDoc

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

typedef struct _ETW_TRACE_GROUP_INFO
{
    ULONG GroupCount;
    ETW_TRACE_GROUP_INFO_ENTRY GroupInfo[16];
    ULONG InstanceGuidCount;
    GUID InstanceGuids[ANYSIZE_ARRAY];
} ETW_TRACE_GROUP_INFO, *PETW_TRACE_GROUP_INFO;

#endif

View code on GitHub

NtDoc

No description available.