#ifndef _NTPOAPI_H typedef struct _SYSTEM_POWER_LOGGING_ENTRY { ULONG Reason; ULONG States; } SYSTEM_POWER_LOGGING_ENTRY, *PSYSTEM_POWER_LOGGING_ENTRY; #endif View code on GitHub
No description available.