tibemsSession_CreateBytesMessage


Function

Purpose

Create a byte array message.

C Declaration

tibems_status tibemsSession_CreateBytesMessage( 
    tibemsSession session, 
    tibemsBytesMsg* bytesMsg ); 

COBOL Call

CALL "tibemsSession_CreateBytesMessage" 
     USING BY VALUE session, 
           BY REFERENCE bytesMsg, 
           RETURNING tibems-status 
END-CALL. 

session and bytesMsg have usage pointer.

Parameter
Description
session
Create the message in this session.
bytesMsg
The function stores the new message object in this location.

See Also

tibemsBytesMsg


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