This command replaces the “Destination”
packet with the contents of the “From” packet.
The “From” packet is not changed
in any way, and the two packets are not linked after using this command.
The destination packet’s memory size is increased as necessary.
long long int Destination: The packet to copy From to.
long long int From: The packet to copy to Destination.
0 if no error occurred.
-1 if an error occurred.
C++
DBP
.Net