//0x28 bytes (sizeof)
struct _ALPC_COMMUNICATION_INFO
{
    struct _ALPC_PORT* ConnectionPort;                                      //0x0
    struct _ALPC_PORT* ServerCommunicationPort;                             //0x4
    struct _ALPC_PORT* ClientCommunicationPort;                             //0x8
    struct _LIST_ENTRY CommunicationList;                                   //0xc
    struct _ALPC_HANDLE_TABLE HandleTable;                                  //0x14
    struct _KALPC_MESSAGE* CloseMessage;                                    //0x24
};