Name
get_spool_name — Get the spool name from the message ID
Synopsis
#include "spool.h"
| char * **get_spool_name** (
| mid)
; | |
Description
Get the spool name from the message ID.
- mid
-
The message id.
On success, this function returns the spool name.
It is legal to call this function in the Scheduler
thread.
See Also
Was this page helpful?