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

Contact Header Functions 337
Get and Set Functions
RvSipContactHeaderSetRpoolString()
RvSipContactHeaderSetRpoolString()
DESCRIPTION
Sets a string into a specified parameter in the Contact header. The given string is
located in an RPOOL memory and is not consecutive.
SYNTAX
RvStatus RvSipContactHeaderSetRpoolString(
IN RvSipContactHeaderHandle hSipContactHeader,
IN RvSipContactHeaderStringName eStringName,
IN RPOOL_Ptr *pRpoolPtr);
PARAMETERS
hSipContactHeader
The handle to the Contact header.
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.