//0xc8 bytes (sizeof)
struct _POP_POWER_LIMIT_EXTENSION
{
struct _LIST_ENTRY Link; //0x0
struct _LIST_ENTRY RequestListHead; //0x10
struct _POP_RW_LOCK Lock; //0x20
UCHAR Enabled; //0x30
struct _DEVICE_OBJECT* DeviceObject; //0x38
VOID* NotificationEntry; //0x40
ULONG LimitCount; //0x48
struct _POWER_LIMIT_ATTRIBUTES* LimitAttributes; //0x50
struct _POWER_LIMIT_VALUE* LimitValues; //0x58
ULONG UpdateMaskCount; //0x60
ULONGLONG* UpdateMask; //0x68
struct _POWER_LIMIT_INTERFACE Interface; //0x70
ULONG PendingSetCount; //0xb0
ULONG PendingQueryCount; //0xb4
struct _KEVENT* RemovalFlushEvent; //0xb8
struct _KEVENT* PnpFlushEvent; //0xc0
};