ec_spool_ctx_spool_in
Name
ec_spool_ctx_spool_in — spool in a message with a given id, from a spool context
Synopsis
#include "spool.h"
| ec_message * **ec_spool_ctx_spool_in** (
| ctx, | |
| | id)
; | |
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 a message with a given id, from a spool context
This does not add the message to any other data structure; it reads in the message with the specified id and returns it.
- ctx
-
the spool context
- id
-
the message to pull in
Returns the message, or NULL if there was an error.