//0x18 bytes (sizeof)
struct _POP_ACTION_TRIGGER
{
enum POWER_POLICY_DEVICE_TYPE Type; //0x0
ULONG Flags; //0x4
struct _POP_TRIGGER_WAIT* Wait; //0x8
union
{
struct
{
ULONG PercentLevel; //0x10
} Battery; //0x10
struct
{
ULONG Type; //0x10
} Button; //0x10
};
};