Debugging Tools for Windows

ExtRemoteTyped::Copy

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(...)

Parameters

Typed
The typed data description to copy. Tthis becomes the typed data represented by this object. Typed can be either a DEBUG_TYPED_DATA structure that describes the data and type to be represented by this object, or an existing ExtRemoteTyped object.

Return Value

None

Comments

The typed data can also be copied using the ExtRemoteTyped::Copy method.

Requirements

Headers: Defined in Engextcpp.hpp. Include Engextcpp.hpp.

See Also

DEBUG_TYPED_DATA, ExtRemoteTyped, ExtRemoteTyped::operator=

Build machine: CAPEBUILD