Function
Get the body type of a message.
![]() |
Message body type is distinct from message typeeven though they have similar names. Contrast
tibemsMsg_GetType .
|
tibems_status
tibemsMsg_GetBodyType(tibemsMsg
message,tibemsMsgType
* type );
CALL "tibemsMsg_GetBodyType" USING BY VALUE message, BY REFERENCE type, RETURNING tibems-status END-CALL.
Parameter
|
Description
|
---|---|
message
|
Get the body type of this message.
|
type
|
The function stores the body type in this location.
|
TIBCO Enterprise Message Service™ C and COBOL Reference System Release 4.3, February 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |