הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
The Copy method sets the typed data represented by the ExtRemoteTyped object by copying the information from another object.
Syntax
void Copy(
[in] const DEBUG_TYPED_DATA *Typed
);
Parameters
[in] Typed
The typed data description to copy. This becomes the typed data represented by this object.
Return value
None
Remarks
The typed data can also be copied using the ExtRemoteTyped::Copy ExtRemoteTyped method.
Returns
This method does not return a value.
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Desktop |
| Header | engextcpp.hpp (include Engextcpp.hpp) |