HP-UX C SIP Stack Message Layer Reference Guide (January 2008)
86 HP C SIP Stack Message Layer Reference Guide
Get and Set Functions
RvSipAddrSetRpoolString()
RvSipAddrSetRpoolString()
DESCRIPTION
Sets a string into a specified parameter in the address. The given string is
located in an RPOOL memory and is not consecutive.
SYNTAX
RvStatus RvSipAddrSetRpoolString(
IN RvSipAddressHandle hAddr,
IN RvSipAddressStringName eStringName,
IN RPOOL_Ptr *pRpoolPtr);
PARAMETERS
hAddr
The handle to the address.
eStringName
The string the user wishes to set.
pRpoolPtr
A pointer to a location inside an RPOOL where the new string is located.
RETURN VALUES
Returns RvStatus.