MMMOD_WRITER_LISTHEAD

The MMMOD_WRITER_LISTHEAD structure is an internal structure that had some additional visibility as a helper for the MMMOD_WRITE_MDL_ENTRY structure’s support of a paging list. It is just the head of a list, plus an event for synchronising access to the list.

Offset (x86) Offset (x64) Definition
0x00 0x00
LIST_ENTRY ListHead;
0x08 0x10
KEVENT Event;