typedef union _MM_STORE_KEY { struct { unsigned __int64 KeyLow : 60; unsigned __int64 KeyHigh : 4; }; unsigned __int64 EntireKey; } MM_STORE_KEY, *PMM_STORE_KEY;