//0x28 bytes (sizeof)
struct _HIVE_WAIT_PACKET
{
    struct _KEVENT WakeEvent;                                               //0x0
    LONG Status;                                                            //0x18
    struct _HIVE_WAIT_PACKET* Next;                                         //0x20
};