MSGQ_release
Application Program Interface
2-259
C Interface
Syntax
status = MSGQ_release(msgqQueue);
Parameters
MSGQ_Queue
msgqQueue;
/* Message queue to release */
Return Value
Int
status;
/* status */
Reentrant
yes
Description
This function releases a located message queue. That is, it releases a
message queue returned from MSGQ_locate or MSGQ_locateAsync.
This function is performed by a writer.
If successful, this function returns SYS_OK. Otherwise, it may return an
error code returned by the transport.
Constraints and
Calling Context
❏
The handle must have been returned from MSGQ_locate or
MSGQ_locateAsync.
See Also
MSGQ_release
Release a located message queue