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

Via Header Functions 791
Get and Set Functions
RvSipViaHeaderGetRpoolString()
RvSipViaHeaderGetRpoolString()
DESCRIPTION
Copies a string parameter from the Via header into a given page from a specified
pool. The copied string is not consecutive.
SYNTAX
RvStatus RvSipViaHeaderGetRpoolString(
IN RvSipViaHeaderHandle hSipViaHeader,
IN RvSipViaHeaderStringName eStringName,
INOUT RPOOL_Ptr *pRpoolPtr);
PARAMETERS
hSipViaHeader
The handle to the Via header.
eStringName
The string the user wishes to get.
pRpoolPtr
A pointer to a location inside an RPOOL. 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 to the Via header.
RETURN VALUES
Returns RvStatus.