ETW_PMC_OWNERSHIP_ENTRY - NtDoc

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

// rev
typedef struct _ETW_PMC_OWNERSHIP_ENTRY
{
    ULONG Type;
    ULONG Data1;
    ULONG Data2;
} ETW_PMC_OWNERSHIP_ENTRY, *PETW_PMC_OWNERSHIP_ENTRY;

#endif

View code on GitHub

NtDoc

No description available.