ETW_PMC_SESSION_INFORMATION - NtDoc

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

#endif

View code on GitHub

NtDoc

No description available.