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


Chapter 2 Messages : tibemsMsg : tibemsMsg_GetBodyType

tibemsMsg_GetBodyType
Function
Purpose
Get the body type of a message.
 
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
 
See Also
Body Types
tibemsMsgType on page 140

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