ExtBuffer::Copy(const_T*,ULONG) method (engextcpp.hpp)

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

Src

[in] Elts

DEBUG_TYPED_DATA

Return value

This method does not return a value.

Requirements

Requirement Value
Target Platform Desktop
Header engextcpp.hpp (include Engextcpp.hpp)
Library engextcpp.hpp

See also

ExtRemoteTyped

ExtRemoteTyped::operator=

DEBUG_TYPED_DATA