#ifndef _NTPOAPI_H typedef struct _POWER_CS_DEVICE_NOTIFICATION { ULONGLONG DeviceId; ULONG Compliance; UCHAR Add; UCHAR Flags; USHORT Reserved; } POWER_CS_DEVICE_NOTIFICATION, *PPOWER_CS_DEVICE_NOTIFICATION; #endif View code on GitHub
No description available.