Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 2 Messages : tibemsBytesMsg : tibemsBytesMsg_GetBodyLength

tibemsBytesMsg_GetBodyLength
Function
Purpose
Get the body length (in bytes) of a bytes message.
C Declaration
tibems_status tibemsBytesMsg_GetBodyLength(
    tibemsMsg message,
    tibems_int* return_length );
COBOL Call
CALL "tibemsBytesMsg_GetBodyLength"
USING BY VALUE message,
       BY REFERENCE return-length,
       RETURNING tibems-status
END-CALL.
 
message has usage pointer.
Parameters
 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved