Feedback

  • Contents
 

CopyBuffer

This Buffer tool copies a given binary buffer into another binary buffer.

Note: The target buffer is entirely overwritten. Any existing data in the target buffer will be lost.

Inputs

Source Buffer Handle

The buffer handler you want to copy.

Target Buffer Handle

The buffer handle of the target buffer.

Exit Paths

Success

This step takes this path on success.

Invalid Handle

The tool takes this path, if one of the buffer handles was invalid.