HP-UX C SIP Stack Message Layer Reference Guide (January 2008)
110 HP C SIP Stack Message Layer Reference Guide
SIP URL: Get and Set Functions
RvSipAddrUrlGetUserParam()
RvSipAddrUrlGetUserParam()
DESCRIPTION
Gets the user parameter enumeration value from the URL object. If eUserParam
is RVSIP_USERPARAM_OTHER, then you can get the user parameter string
value using RRvSipAddrUrlGetStrUserParam().
SYNTAX
RvSipUserParam RvSipAddrUrlGetUserParam(
IN RvSipAddressHandle hSipAddr);
PARAMETERS
hSipAddr
The handle to the URL address.
RETURN VALUES
The enumeration value of the requested userParam.
REMARKS
If this function returns RVSIP_USERPARAM_OTHER, call
RvSipAddrUrlGetStrUserParam() to get the user parameter as a string.