ETW_WDI_SCENARIO_INFORMATION - NtDoc

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

// rev
typedef struct _ETW_WDI_SCENARIO_INFORMATION
{
    ULONG ProviderHandle;
    ULONG Reserved0;
    USHORT ScenarioCode;
    UCHAR Reserved1[14];
    GUID ScenarioInstanceGuid;
    ULONG Operation;
    ULONG Reserved2;
} ETW_WDI_SCENARIO_INFORMATION, *PETW_WDI_SCENARIO_INFORMATION;

#endif

View code on GitHub

NtDoc

No description available.