This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Address of a Variable
Use the C address-of operator (&) instead of the MASM OFFSET operator.
MASM expression |
Debugger expression |
OFFSET Var |
&Var |
See Also
Assembly-Language Expressions