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

98 HP C SIP Stack Message Layer Reference Guide
SIP URL: Get and Set Functions
RvSipAddrUrlGetLrParam()
RvSipAddrUrlGetLrParam()
DESCRIPTION
Specifies whether or not the lr param exists in the address.
SYNTAX
RvBool RvSipAddrUrlGetLrParam(
IN RvSipAddressHandle hSipAddr);
PARAMETERS
hSipAddr
The handle to the URL address.
RETURN VALUES
Returns RV_TRUE if the lr param exists in the address. Otherwise returns
RV_FALSE.