HP-UX C SIP Stack Message Layer Reference Guide (February 2008)
350 HP C SIP Stack Message Layer Reference Guide
Control Functions
RvSipContentDispositionHeaderParse()
RvSipContentDispositionHeaderParse()
DESCRIPTION
Parses a SIP textual Content-Disposition header into a Content-Disposition
header. For example, “Content-Disposition: signal; handling=optional”. All the
textual parameters are placed inside the object.
Note Before performing the parse operation, the SIP Stack resets all the header
parameters. Therefore, if the parse function fails, you will not be able to get the
previous header parameter values.
SYNTAX
RvStatus RvSipContentDispositionHeaderParse(
IN RvSipContentDispositionHeaderHandle hHeader,
IN RvChar* buffer);
PARAMETERS
hHeader
A handle to the Content-Disposition header.
buffer
The buffer containing a textual Content-Deposition header.
RETURN VALUES
Returns RvStatus.