typedef struct _ALPC_COMMUNICATION_INFO { ALPC_PORT *ConnectionPort; ALPC_PORT *ServerCommunicationPort; ALPC_PORT *ClientCommunicationPort; LIST_ENTRY CommunicationList; ALPC_HANDLE_TABLE HandleTable; } ALPC_COMMUNICATION_INFO, *PALPC_COMMUNICATION_INFO;