_MI_GETPAGE_FLAGS

//0x4 bytes (sizeof) struct _MI_GETPAGE_FLAGS { union { ULONG EntireField; //0x0 struct { ULONG AtDpc:1; //0x0 ULONG PageLockHeld:1; //0x0 ULONG RecursingToDemote:1; //0x0 ULONG PageAttributeOptional:1; //0x0 ULONG PreferZero:1; //0x0 ULONG RequireZero:1; //0x0 ULONG ColorAlignment:1; //0x0 ULONG SystemUse:1; //0x0 ULONG PreserveAvailable:1; //0x0 ULONG IgnoreAvailable:1; //0x0 ULONG ContendForListLocks:1; //0x0 ULONG DontDemoteLargePages:1; //0x0 ULONG NodeMandatory:1; //0x0 ULONG ChannelMandatory:1; //0x0 ULONG DontDemote:1; //0x0 ULONG DontDemote64KPages:1; //0x0 ULONG NoStandby:1; //0x0 ULONG NoStandbySwap:1; //0x0 ULONG OnlyStandby:1; //0x0 ULONG FreeZeroQueryIncludeLarge:1; //0x0 ULONG MustBeZero:12; //0x0 }; }; };