ec_spool_ctx_set_always_regenerate_message_ids
Last updated March 2020
Name
ec_spool_ctx_set_always_regenerate_message_ids — Determine whether a spool context regenerates message ids on import
Synopsis
#include "spool.h"
| void **ec_spool_ctx_set_always_regenerate_message_ids** ( | ctx, | |
| | on); | |
Description
Determine whether a spool context regenerates message ids on import.
- ctx
-
The spool context.
- on
-
This integer can be set to
0or1indicating whether or not to regenerate the ID. Typically it is set to1.
This function returns void.
It is legal to call this function in the Scheduler thread.
See Also
Was this page helpful?