#ifndef _NTWMI_H typedef struct _PERFINFO_PO_PRESLEEP { LARGE_INTEGER PerformanceCounter; LARGE_INTEGER PerformanceFrequency; } PERFINFO_PO_PRESLEEP, *PPERFINFO_PO_PRESLEEP; #endif View code on GitHub
No description available.