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

678 HP C SIP Stack Message Layer Reference Guide
Get and Set Functions
RvSipRouteHopHeaderGetAddrSpec()
RvSipRouteHopHeaderGetAddrSpec()
DESCRIPTION
The address-spec parameter is held in the Route-Hop header as an address. This
function returns the handle to the address.
SYNTAX
RvSipAddressHandle RvSipRouteHopHeaderGetAddrSpec(
IN RvSipRouteHopHeaderHandle hHeader);
PARAMETERS
hHeader
The handle to the Route-Hop header.
RETURN VALUES
Returns a handle to the address-spec object, or NULL if the address-spec object
does not exist.