#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;
View code on GitHubNo description available.