Skip to main content

Name

io_wrapper_copy_memory — Creates a copy of a memory buffer and returns a handle to that buffer

Synopsis

#include "io_wrapper.h"

| io_object * **io_wrapper_copy_memory** ( | blob, |   | |   | len, |   | |   | memtype); |   |

const char * <var class="pdparam">blob</var>; size_t <var class="pdparam">len</var>; int <var class="pdparam">memtype</var>;

Description

Note

This reference page was automatically generated from functions found in the header files in the development branch. The function described here may not exist in generally available versions of Momentum, and may change in behavior when it is generally available. Consult your vendor for definitive advice on the use of this function.

Creates a copy of a memory buffer and returns a handle to that buffer.

Parameters

blob

start of the memory area

len

size of the area in bytes

memtype

type of memory to use for the copy

**Configuration Change. ** This feature is available starting from Momentum 3.0.18.

Was this page helpful?