tibemsSession_CreateMapMessage
Function
Purpose
Create a map message.
C Declaration
tibems_status tibemsSession_CreateMapMessage( tibemsSession session, tibemsMapMsg* mapMsg );
COBOL Call
CALL "tibemsSession_CreateMapMessage" USING BY VALUE session, BY REFERENCE mapMsg, RETURNING tibems-status END-CALL.
Note:
session
and
mapMsg
have usage pointer.
Parameters
Parameter | Description |
---|---|
session
|
Create the message in this session. |
mapMsg
|
The function stores the new message object in this location. |
Remarks
The Jakarta Messaging specification requires this call. It is equivalent to
tibemsMapMsg_Create
.