HP-UX C SIP Stack Message Layer Reference Guide (February 2008)
Content-Type Header Functions 373
Control Functions
RvSipContentTypeHeaderParse()
RvSipContentTypeHeaderParse()
DESCRIPTION
Parses a SIP textual Content-Type header into a Content-Type header. For
example, “Content-Type: multipart/mixed; boundart=unique”. 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 RvSipContentTypeHeaderParse(
IN RvSipContentTypeHeaderHandle hHeader,
IN RvChar *buffer);
PARAMETERS
hHeader
The handle to the Content-Type header.
buffer
The buffer containing a textual Content-Type header.
RETURN VALUES
Returns RvStatus.