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.

This function allocates the storage for the message. Your program owns the messages that it creates, and must destroy those messages to reclaim the storage. That is, each call to this function must be paired with a call to tibemsMsg_Destroy.

See Also

tibemsMsg_Destroy


TIBCO Enterprise Message Service™ C and COBOL Reference
System Release 4.3, February 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com