tibemsMsg_GetBodyType


Function

Purpose

Get the body type of a message.

Message body type is distinct from message type—even though they have similar names. Contrast tibemsMsg_GetType .

C Declaration

tibems_status tibemsMsg_GetBodyType( 
    tibemsMsg message, 
    tibemsMsgType* type ); 

COBOL Call

CALL "tibemsMsg_GetBodyType" 
     USING BY VALUE message, 
           BY REFERENCE type, 
           RETURNING tibems-status 
END-CALL. 

message has usage pointer.

Parameters

Parameter
Description
message
Get the body type of this message.
type
The function stores the body type in this location.

See Also

Body Types

tibemsMsgType


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