//0x40 bytes (sizeof)
struct _EX_PUSH_LOCK_WAIT_BLOCK
{
struct _KEVENT WakeEvent; //0x0
struct _EX_PUSH_LOCK_WAIT_BLOCK* Next; //0x18
struct _EX_PUSH_LOCK_WAIT_BLOCK* Last; //0x20
struct _EX_PUSH_LOCK_WAIT_BLOCK* Previous; //0x28
LONG ShareCount; //0x30
LONG Flags; //0x34
};