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

Body Functions 823
Get and Set Functions
RvSipBodyGetRpoolString()
RvSipBodyGetRpoolString()
DESCRIPTION
Copies the body string from the body object into a given page from a specified
pool. The copied string is not consecutive.
SYNTAX
RvStatus RvSipBodyGetRpoolString(
IN RvSipBodyHandle hBody,
INOUT RPOOL_Ptr *pRpoolPtr);
PARAMETERS
hBody
The handle to the body object.
pRpoolPtr
A pointer to a location inside a RPOOL memory object. You need to supply
only the pool and page. The offset where the returned string was located will be
returned as an output parameter. If the function set the returned offset to
UNDEFINED, this means that the parameter was not set in the RPOOL
memory.
RETURN VALUES
Returns RvStatus.