typedef struct _MMVIEW { unsigned __int64 Entry; union { unsigned __int64 Writable : 1; CONTROL_AREA *ControlArea; }; LIST_ENTRY ViewLinks; void *SessionViewVa; unsigned long SessionId; } MMVIEW, *PMMVIEW;