ec_spool_ctx_remove_mid
Last updated March 2020
Name
ec_spool_ctx_remove_mid — Remove the specified message part
Synopsis
#include "spool.h"
| int **ec_spool_ctx_remove_mid** ( | ctx, | |
| | mid, | |
| | part); | |
ec_spool_ctx * <var class="pdparam">ctx</var>;
message_id * <var class="pdparam">mid</var>;
unsigned char <var class="pdparam">part</var>;
Description
Remove the specified message part from the spool context.
- ctx
-
The spool context.
- mid
-
The message id.
- part
-
The message part.
On success this function returns 0; on failure it returns an error number.
It is legal to call this function in any thread.
See Also
Was this page helpful?