spool_name_to_mid
Last updated March 2020
Name
spool_name_to_mid — Create a message ID
Synopsis
#include "spool.h"
| int **spool_name_to_mid** ( | mid, | |
| | name); | |
Description
Create a message ID.
- mid
-
The message id.
- name
-
The spool name.
On success, this function returns 1; on failure, 0 is returned. After execution, mid contains the message id.
It is legal to call this function in any thread.
See Also
Was this page helpful?