#ifndef _NTWMI_H
// rev
typedef struct _ETW_PMC_SESSION_INFORMATION
{
ULONG NextOffset;
USHORT LoggerId;
USHORT Reserved;
ULONG CounterCount;
ULONG SourceCount;
// ULONG Counters[CounterCount];
// USHORT Sources[SourceCount];
} ETW_PMC_SESSION_INFORMATION, *PETW_PMC_SESSION_INFORMATION;
View code on GitHubNo description available.