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

824 HP C SIP Stack Message Layer Reference Guide
Get and Set Functions
RvSipBodySetRpoolString()
RvSipBodySetRpoolString()
DESCRIPTION
Sets a body string into a body object. The given string is located on an RPOOL
memory and is not consecutive.
SYNTAX
RvStatus RvSipBodySetRpoolString(
IN RvSipBodyHandle hBody,
IN RPOOL_Ptr *pRpoolPtr,
IN RvUint32 length);
PARAMETERS
hBody
The handle to the body object.
pRpoolPtr
A pointer to a location inside an RPOOL where the new string is located.
length
The body length +1 for the terminating \0 character.
RETURN VALUES
Returns RvStatus.