HP-UX C SIP Stack Message Layer Reference Guide (February 2008)
Content-Disposition Header Functions 345
Control Functions
RvSipContentDispositionHeaderConstructInMsg()
RvSipContentDispositionHeaderConstructInMsg()
DESCRIPTION
Constructs a Content-Disposition header inside a given message.
SYNTAX
RvStatus RvSipContentDispositionHeaderConstructInMsg(
IN RvSipMsgHandle hSipMsg,
IN RvBool pushHeaderAtHead,
OUT RvSipContentDispositionHeaderHandle* hHeader);
PARAMETERS
hSipMsg
The handle to the message.
pushHeaderAtHead
A Boolean value indicating whether the header should be pushed to the head or
tail of the list. If the value is RV_TRUE, the header is pushed to the head of the
list. If the value is RV_FALSE, the header is pushed to the tail of the list.
hHeader
The handle to the newly constructed Content-Disposition header.
RETURN VALUES
Returns RvStatus.