tibemsMsg_Create Function Purpose Create a message object. C Declaration tibems_status tibemsMsg_Create( tibemsMsg* message ); COBOL Call CALL "tibemsMsg_Create" USING BY REFERENCE message, RETURNING tibems-status END-CALL. message has usage pointer. Parameters Parameter Description message The function stores a pointer to the new message in this location. Remarks This call creates a new message. When your application creates a message, it also allocates storage for that message. This storage must subsequently be freed by a call to tibemsMsg_Destroy. See Also tibemsMsg_Destroy on page 32