ETW_PMC_OWNERSHIP_INFORMATION - NtDoc

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

typedef struct _ETW_PMC_OWNERSHIP_INFORMATION
{
    ULONG ProcessorNumber;
    ULONG CounterCount;
    ETW_PMC_OWNERSHIP_ENTRY Entries[ANYSIZE_ARRAY];
} ETW_PMC_OWNERSHIP_INFORMATION, *PETW_PMC_OWNERSHIP_INFORMATION;

#endif

View code on GitHub

NtDoc

No description available.