#ifndef _NTMISC_H
typedef struct _AHC_STATISTICS
{
ULONG Size; // Size of the structure.
AHC_MAIN_STATISTICS Main; // Main statistics.
AHC_STORE_STATISTICS Store; // Store statistics.
} AHC_STATISTICS, *PAHC_STATISTICS;
View code on GitHub
No description available.