HP-UX C SIP Stack Message Layer Reference Guide (January 2008)
Address Functions 85
Get and Set Functions
RvSipAddrGetRpoolString()
RvSipAddrGetRpoolString()
DESCRIPTION
Copies a string parameter from the address into a given page from a specified
pool. The copied string is not consecutive.
SYNTAX
RvStatus RvSipAddrGetRpoolString(
IN RvSipAddressHandle hAddr,
IN RvSipAddressStringName eStringName,
INOUT RPOOL_Ptr *pRpoolPtr);
PARAMETERS
hAddr
The handle to the address.
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 sets the returned offset to UNDEFINED, this
means that the parameter was not set to the Via header.
RETURN VALUES
Returns RvStatus.