Debugging Tools for Windows |
The Copy method sets the typed data represented by the ExtRemoteTyped object by copying the information from another object.
void
Copy(
IN const DEBUG_TYPED_DATA * Typed
) throw(...)
void
Copy(
IN const ExtRemoteTyped & Typed
) throw(...)
None
The typed data can also be copied using the ExtRemoteTyped::Copy method.
Headers: Defined in Engextcpp.hpp. Include Engextcpp.hpp.