immd_init, immd_end - Initializes or terminates message dequeuing operations.
#include <imta.h>
int immd_init(immd_t *md);
void immd_end(immd_t md);
Initializes SIMS for message dequeue operations and creates a message dequeue context. imta_init() must be called prior to calling immd_init(). After calling immd_init() immd_get_() can be called to access the next queued message.
immd_end() must ba called to dispose of a message dequeue context.
immd_init() returns IMRC_OK when successful, and one of the following error codes if an error occured.
center, box; c | c l | l .
Attribute Type Attribute Value
_