HP-UX C SIP Stack Message Layer Reference Guide (February 2008)
Message Object Functions 53
Get and Set Functions
RvSipMsgSetContentTypeHeader()
RvSipMsgSetContentTypeHeader()
DESCRIPTION
Sets a Content-Type string in the message.
SYNTAX
RvStatus RvSipMsgSetContentTypeHeader(
IN RvSipMsgHandle hSipMsg,
IN RvChar* pContentType);
PARAMETERS
hSipMsg
The handle to a message.
pContentType
The ContentType string to be set in the message. If a NULL value is supplied,
the existing Content-Type header is removed from the message.
RETURN VALUES
Returns RvStatus.