SM_COMPRESSION_READ_STATS - NtDoc

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

// rev
typedef struct _SM_COMPRESSION_READ_STATS
{
    ULONGLONG Counters[17];
    ULONGLONG TailValue;
} SM_COMPRESSION_READ_STATS, * PSM_COMPRESSION_READ_STATS;

#endif

View code on GitHub

NtDoc

No description available.