#ifndef _NTPFAPI_H
// begin_private
// rev
typedef struct _PF_PAGECOMBINE_AGGREGATE_STAT
{
ULONG Version;
ULONG CombineScanCount;
ULONG CombinedBlocksInUse;
ULONG SumCombinedBlocksReferenceCount;
} PF_PAGECOMBINE_AGGREGATE_STAT, *PPF_PAGECOMBINE_AGGREGATE_STAT;
View code on GitHub
No description available.