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

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