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

_______________________________________

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