//0x4 bytes (sizeof)
union _MMSUBSECTION_FLAGS
{
ULONG SubsectionAccessed:1; //0x0
ULONG Protection:5; //0x0
ULONG StartingSector4132:10; //0x0
ULONG SubsectionStatic:1; //0x0
ULONG GlobalMemory:1; //0x0
ULONG Spare:1; //0x0
ULONG OnDereferenceList:1; //0x0
ULONG SectorEndOffset:12; //0x0
ULONG EntireField; //0x0
};