Table of Contents

Name

imme_init, imme_end - Initializes or terminates message enqueuing operations.

Synopsis

#include <imta.h>

int imme_init( imme_t *me);

void imme_end( imme_t me);

Description

imme_init() initializes an enqueue context. imme_init() must be called before calling imme_start_envelope() or subsequent calls

Once the dequeue session is over, imme_end() must be called to free the imme_t structure.

Return Values

imme_init() returns IMRC_OK when successful and IMRC_OUT_OF_MEMORY if the memory allocation fails.

Attributes

center, box; c | c l | l .
Attribute Type Attribute Value
_

Architecture
sparc, x86 _ Availability SUNWimsdk _ MT-Level MT-Safe _ Interface Stability Stable

See Also

imme_start_envelope(3) .

SunOS 5.5.1 Last change: 05 Jan 1998 1


Table of Contents