#ifndef _NTPOAPI_H typedef struct PROCESSOR_IDLE_TIMES { ULONG64 StartTime; ULONG64 EndTime; ULONG Reserved[4]; } PROCESSOR_IDLE_TIMES, *PPROCESSOR_IDLE_TIMES; #endif View code on GitHub
No description available.