SM_COMPRESSION_READ_STATS_PFN_UNION1_Q0 - NtDoc

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

// rev
typedef union _SM_COMPRESSION_READ_STATS_PFN_UNION1_Q0
{
    ULONGLONG EntireField;
    PVOID NextSlistPfn;
    PVOID Next;
    struct
    {
        ULONGLONG Flink : 40;
        ULONGLONG NodeFlinkLow : 24;
    } Active;
} SM_COMPRESSION_READ_STATS_PFN_UNION1_Q0, *PSM_COMPRESSION_READ_STATS_PFN_UNION1_Q0;

#endif

View code on GitHub

NtDoc

No description available.