typedef struct _MMVIEW { ULONG Entry; union { ULONG Writable: 1; PCONTROL_AREA ControlArea; }; } MMVIEW, *PMMVIEW;
Windows Vista Kernel Structures