HP-UX C SIP Stack Message Layer Reference Guide (February 2008)

Message Object Functions 67
Get and Set Functions
RvSipMsgGetContentLengthCompactForm()
RvSipMsgGetContentLengthCompactForm()
DESCRIPTION
Gets the compact form indication of the Content-Length header found in the
supplied message.
SYNTAX
RvStatus RvSipMsgGetContentLengthCompactForm(
IN RvSipMsgHandle hSipMsg,
IN RvBool *pbIsCompact)
PARAMETERS
hSipMsg
The handle to the message.
pbIsCompact
Specifies whether or not compact form is used. RV_TRUE if the header uses
compact form, otherwise RV_FALSE.
RETURN VALUE
Returns RvStatus.