ETW_SET_PROVIDER_BINARY_TRACKING_INFORMATION - NtDoc

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

// rev
typedef struct _ETW_SET_PROVIDER_BINARY_TRACKING_INFORMATION
{
    ULONG LoggerId;
    BOOLEAN Enable;
    UCHAR Reserved1[3];
} ETW_SET_PROVIDER_BINARY_TRACKING_INFORMATION, *PETW_SET_PROVIDER_BINARY_TRACKING_INFORMATION;

#endif

View code on GitHub

NtDoc

No description available.