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 on page 54. 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 on page 140