HP-UX C SIP Stack Message Layer Reference Guide (January 2008)
Content-Disposition Header Functions 363
Get and Set Functions
RvSipContentDispositionHeaderSetOtherParams()
RvSipContentDispositionHeaderSetOtherParams()
DESCRIPTION
Not all the Content-Disposition header parameters have separated parameters in
the content-disposition header. Parameters with no specific parameters are
referred to as “other-params”. They are kept in the object in one concatenated
string in the following form: “name=value;name=value...”. This function sets
the other-params” parameter in the content-disposition header.
SYNTAX
RvStatus RvSipContentDispositionHeaderSetOtherParams(
IN RvSipContentDispositionHeaderHandle hHeader,
IN RvChar *otherParams);
PARAMETERS
hHeader
The handle to the header.
otherParams
The other-parameters string to be set in the Content-Disposition header. If
NULL is supplied, the existing other-parameters string is removed from the
header.
RETURN VALUES
Returns RvStatus.