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

Party Header Functions 563
Get and Set Functions
RvSipPartyHeaderSetRpoolString()
RvSipPartyHeaderSetRpoolString()
DESCRIPTION
Sets a string into a specified parameter in the Party header. The given string is
located in an RPOOL memory and is not consecutive.
SYNTAX
RvStatus RvSipPartyHeaderSetRpoolString(
IN RvSipPartyHeaderHandle hSipPartyHeader,
IN RvSipPartyHeaderStringName eStringName,
IN RPOOL_Ptr *pRpoolPtr);
PARAMETERS
hSipPartyHeader
The handle to the Party 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.