This structure gives informations on the memory access type.
struct MEMORYTYPE { long BaseRegister; long IndexRegister; long Scale; long long Displacement; };
Membres
BaseRegister
[out] Indicate the base register in the formula : [BaseRegister + IndexRegister*Scale + Displacement].
IndexRegister
[out] Indicate the index register in the formula : [BaseRegister + IndexRegister*Scale + Displacement].
Scale
[out] Indicate the scale : 1, 2, 4 ou 8.
Displacement
[out] Value of the displacement in the formula : [BaseRegister + IndexRegister*Scale + Displacement].