POWER_CS_DEVICE_NOTIFICATION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#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

NtDoc

No description available.