//0x20 bytes (sizeof)
struct _OBJECT_HEADER_QUOTA_INFO
{
    ULONG PagedPoolCharge;                                                  //0x0
    ULONG NonPagedPoolCharge;                                               //0x4
    ULONG SecurityDescriptorCharge;                                         //0x8
    ULONG Reserved1;                                                        //0xc
    VOID* SecurityDescriptorQuotaBlock;                                     //0x10
    ULONGLONG Reserved2;                                                    //0x18
};