Debugging Tools for Windows |
The operator= overloaded assignment operator sets the typed data represented by the ExtRemoteTyped object by copying the information from another object.
ExtRemoteTyped &
operator=(
IN const DEBUG_TYPED_DATA * Typed
) throw(...)
ExtRemoteTyped &
operator=(
IN const ExtRemoteTyped & Typed
) throw(...)
operator= returns the ExtRemoteTyped object.
The typed data can also be copied using the ExtRemoteTyped::Copy method.
Headers: Defined in Engextcpp.hpp. Include Engextcpp.hpp.
For other methods used to set the initial values of ExtRemoteTyped, see