#ifndef _NTEXAPI_H typedef struct _ST_IO_STATS { ULONG PeriodCount; ST_IO_STATS_PERIOD Periods[64]; } ST_IO_STATS, *PST_IO_STATS; #endif View code on GitHub
No description available.