Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The operator= overloaded assignment operator sets the typed data represented by the ExtRemoteTyped object by copying the information from another object.
Syntax
ExtRemoteTyped & operator=(
[in] const DEBUG_TYPED_DATA *Typed
);
Parameters
- Typed [in]
A pointer to a DEBUG_TYPED_DATA structure that describes the data and type to be assigned to this object.
Return value
operator= returns the ExtRemoteTyped object.
Remarks
The typed data can also be copied using the ExtRemoteTyped::Copy(Debug Typed Data) or ExtRemoteTyped::Copy(ExtRemoteTyped) methods.
Requirements
Target platform |
Desktop |
Header |
Arrayofelements.hpp (include Engextcpp.hpp) |
See also
ExtRemoteTyped::Operator= (ExtRemoteTyped)