ST_IO_STATS_PERIOD - NtDoc

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

typedef struct _ST_IO_STATS_PERIOD
{
    ULONG PageCounts[5]; // one 20-byte IO period sample copied from the store's internal ring buffer
} ST_IO_STATS_PERIOD, *PST_IO_STATS_PERIOD;

#endif

View code on GitHub

NtDoc

No description available.