NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Following a Pointer Through Memory

To follow a pointer through memory

  1. In the Memory window Address box, type a pointer expression, such as *pnB. (The pointer variable must be within the current scope.)
  2. Press ENTER.

    Now, when you use an execution command, such as Step, the memory address displayed will automatically change as the pointer changes.

See Also

EnterLinks