Skip to main content

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.

Parameters

ctx

The spool context.

mid

The message id.

part

The message part.

Return Values

On success this function returns 0; on failure it returns an error number.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?