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!

Using the This Window

To display the This window

Using the This window, you can examine the data members of the object pointed to by the C++ this pointer or the Visual Basic me object.

To modify the value of a variable in the This window

  1. Your program must be in a break state.
  2. In the This window, select the value you want to edit by double-clicking on it or by using the TAB key.
  3. Type the new value, and press ENTER.
Caution   Editing floating-point values can result in minor inaccuracies due to decimal-to-binary conversion of fractional components. Even a seemingly innocuous edit can result in changes to some of the least significant bits in the floating-point variable.

See Also

This Window | Viewing and Modifying Data