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

112 HP C SIP Stack Message Layer Reference Guide
SIP URL: Get and Set Functions
RvSipAddrUrlSetUserParam()
RvSipAddrUrlSetUserParam()
DESCRIPTION
Sets the user param value within the URL object. If eUserParam is set to
RVSIP_USERPARAM_OTHER, the string in strUserParam is set to the URL
user parameter. Otherwise, strUserParam is ignored.
SYNTAX
RvStatus RvSipAddrUrlSetUserParam(
IN RvSipAddressHandle hSipAddr,
IN RvSipUserParam eUserParam,
IN RvChar* strUserParam);
PARAMETERS
hSipAddr
The handle to the URL address.
eUserParam
The enumeration value of the userParam.
strUserParam
String containing the user param when eUserParam value is
RVSIP_USERPARAM_OTHER.
RETURN VALUES
Returns RvStatus.