//0x28 bytes (sizeof)
struct _KALPC_SECTION
{
union
{
struct
{
ULONG Internal:1; //0x0
ULONG Secure:1; //0x0
} s1; //0x0
} u1; //0x0
VOID* SectionObject; //0x4
ULONG Size; //0x8
struct _ALPC_HANDLE_TABLE* HandleTable; //0xc
VOID* SectionHandle; //0x10
struct _EPROCESS* OwnerProcess; //0x14
struct _ALPC_PORT* OwnerPort; //0x18
ULONG NumberOfRegions; //0x1c
struct _LIST_ENTRY RegionListHead; //0x20
};