Skip to main content

Name

ec_spool_in2 — spool in message meta data from disk

Synopsis

#include "spool.h"

| int **ec_spool_in2** ( | id, |   | |   | msg); |   |

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

spool in message meta data from disk.

Performs initial spool-in of the message identified by id. Populates msg with the message and returns IO_DONE on success. returns one of IO_FAIL or IO_TRANS_FAIL on failure.

Was this page helpful?