//0x40 bytes (sizeof)
struct _POP_POLICY_DEVICE
{
struct _LIST_ENTRY Link; //0x0
enum POWER_POLICY_DEVICE_TYPE DeviceType; //0x10
VOID* Notification; //0x18
struct _UNICODE_STRING Name; //0x20
struct _DEVICE_OBJECT* Device; //0x30
struct _IRP* Irp; //0x38
};