//0x4 bytes (sizeof)
struct _MI_AWEINFO_FLAGS
{
union
{
struct
{
ULONG ProcessDefault:1; //0x0
ULONG PagesLockInitialized:1; //0x0
ULONG ZeroPagesOptional:1; //0x0
ULONG IoSpace:1; //0x0
ULONG LazyTbFlush:1; //0x0
ULONG Unused:27; //0x0
};
ULONG AllBits; //0x0
};
};