ETW_SET_COMPRESSION_SETTINGS_INFORMATION - NtDoc

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

// rev
typedef struct _ETW_SET_COMPRESSION_SETTINGS_INFORMATION
{
    ULONG LoggerId;
    ULONG Field4;
    ULONG Field8;
    ULONG FieldC;
} ETW_SET_COMPRESSION_SETTINGS_INFORMATION, *PETW_SET_COMPRESSION_SETTINGS_INFORMATION;

#endif

View code on GitHub

NtDoc

No description available.