HP-UX C SIP Stack Message Layer Reference Guide (January 2008)
60 HP C SIP Stack Message Layer Reference Guide
Get and Set Functions
RvSipMsgSetRpoolString()
RvSipMsgSetRpoolString()
DESCRIPTION
Sets a string into a specified parameter in the message. The given string is
located in an RPOOL memory and is not consecutive.
SYNTAX
RvStatus RvSipMsgSetRpoolString(
IN RvSipMsgHandle hSipMsg,
IN RvSipMessageStringName eStringName,
IN RPOOL_Ptr *pRpoolPtr);
PARAMETERS
hSipMsg
The handle to the message.
eStringName
The string the user wishes to set. In the current version,
RVSIP_MSG_CALL_ID is the only supported string.
pRpoolPtr
A pointer to a location inside an RPOOL where the new string is located.
RETURN VALUES
Returns RvStatus.