HP-UX C SIP Stack Message Layer Reference Guide (February 2008)

Message Object Functions 57
Get and Set Functions
RvSipMsgGetBodyObject()
RvSipMsgGetBodyObject()
DESCRIPTION
Gets the body object from the given message. The handle of the body object is
returned. Any changes that are made to this body object will be reflected in the
message.
SYNTAX
RvSipBodyHandle RvSipMsgGetBodyObject(
IN RvSipMsgHandle hSipMsg);
PARAMETERS
hSipMsg
The handle to the message.
RETURN VALUES
Returns the handle to the body object.