Skip to main content

Name

ec_message_rsrc_copy — Duplicate resource identifiers from source into destination

Synopsis

#include "ec_message.h"

| int **ec_message_rsrc_copy** ( | src, |   | |   | dest); |   |

ec_message * <var class="pdparam">src</var>; ec_message * <var class="pdparam">dest</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.

Duplicate resource identifiers from source into destination.

Parameters

src

the message to copy resources from

dest

the message to copy resources to

Return Values

Returns 0 on success. On failure returns -1 and sets errno.

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

Was this page helpful?