#ifndef _NTWMI_H // // I/O Timer structure. // typedef struct _PERFINFO_IO_TIMER { PVOID DeviceObject; PVOID RoutineAddress; } PERFINFO_IO_TIMER, *PPERFINFO_IO_TIMER; #endif View code on GitHub
No description available.