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

Body Functions 805
Control Functions
RvSipBodyConstruct()
RvSipBodyConstruct()
DESCRIPTION
Constructs and initializes a stand-alone body object. The body object is
constructed on a given page taken from a specified pool. The handle to the new
body object is returned.
SYNTAX
RvStatus RvSipBodyConstruct(
IN RvSipMsgMgrHandle hMsgMgr,
IN HRPOOL hPool,
IN HPAGE hPage,
OUT RvSipBodyHandle *hBody);
PARAMETERS
hMsgMgr
The handle to the MessageMgr.
hPool
The handle to the memory pool that the object will use.
hPage
The handle to the memory page that the object will use.
hBody
The handle to the newly constructed body object.
RETURN VALUES
Returns RvStatus.