#ifndef _NTPOAPI_H typedef struct _POWER_REQUEST_LIST { ULONG_PTR Count; ULONG_PTR PowerRequestOffsets[ANYSIZE_ARRAY]; // PPOWER_REQUEST } POWER_REQUEST_LIST, *PPOWER_REQUEST_LIST; #endif View code on GitHub
No description available.