Skip to main content

ec_spool_ctx_import_message

Last updated March 2020

Name

ec_spool_ctx_import_message — import a message from a spool context into the system spool

Synopsis

#include "spool.h"

| int **ec_spool_ctx_import_message** ( | src, |   | |   | id); |   |

ec_spool_ctx * <var class="pdparam">src</var>; message_id * <var class="pdparam">id</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.

import a message from a spool context into the system spool.

The import will try to preserve the message id if possible, or re-generate if it would conflict with something else already in the system.

Parameters

src

the spool from which to import the message

id

the id of the message within the src context

Was this page helpful?