Skip to main content

Name

get_spool_name — Get the spool name from the message ID

Synopsis

#include "spool.h"

| char * **get_spool_name** ( | mid); |   |

message_id * <var class="pdparam">mid</var>;

Description

Get the spool name from the message ID.

Parameters

mid

The message id.

Return Values

On success, this function returns the spool name.

Threading

It is legal to call this function in the Scheduler thread.

See Also

Was this page helpful?