typedef struct _ALPC_MESSAGE_ZONE
{
    MDL *Mdl;
    void *UserVa;
    void *UserLimit;
    void *SystemVa;
    void *SystemLimit;
    unsigned __int64 Size;
} ALPC_MESSAGE_ZONE, *PALPC_MESSAGE_ZONE;