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

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