HP-UX C SIP Stack Message Layer Reference Guide (January 2008)
Address Functions 115
SIP URL: Get and Set Functions
RvSipAddrUrlGetHeadersList()
RvSipAddrUrlGetHeadersList()
DESCRIPTION
Takes the URL headers parameter as a string, and parses it into a list of headers.
The application must supply a list structure and a consecutive buffer with the
URL headers parameter string.
SYNTAX
RvStatus RvSipAddrUrlGetHeadersList(
IN RvSipAddressHandle hSipAddr,
IN RvSipCommonListHandle hHeadersList,
IN RvChar* pHeadersBuffer);
PARAMETERS
hSipAddr
The handle to the address.
hHeadersList
The handle to the headers list object.
pHeadersBuffer
The buffer containing a textual URL headers parameter string.
RETURN VALUES
Returns RvStatus.