//0x60 bytes (sizeof)
struct _MMMOD_WRITER_MDL_ENTRY
{
struct _LIST_ENTRY Links; //0x0
union _LARGE_INTEGER WriteOffset; //0x8
union
{
struct _IO_STATUS_BLOCK IoStatus; //0x10
union _LARGE_INTEGER LastByte; //0x10
} u; //0x10
struct _IRP* Irp; //0x18
ULONG LastPageToWrite; //0x1c
struct _MMMOD_WRITER_LISTHEAD* PagingListHead; //0x20
struct _LIST_ENTRY* CurrentList; //0x24
struct _MMPAGING_FILE* PagingFile; //0x28
struct _FILE_OBJECT* File; //0x2c
struct _CONTROL_AREA* ControlArea; //0x30
struct _ERESOURCE* FileResource; //0x34
union _LARGE_INTEGER IssueTime; //0x38
struct _MDL Mdl; //0x40
ULONG Page[1]; //0x5c
};