ST_IO_STATS - NtDoc

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

typedef struct _ST_IO_STATS
{
    ULONG PeriodCount; // number of valid exported periods, capped at 64
    ST_IO_STATS_PERIOD Periods[64]; // IDA: StCopyIoStats flattens the internal ring buffer into chronological order
} ST_IO_STATS, *PST_IO_STATS;

#endif

View code on GitHub

NtDoc

No description available.