HP-UX C SIP Stack Message Layer Reference Guide (February 2008)
10 HP C SIP Stack Message Layer Reference Guide
Control Functions
RvSipMsgConstructHeaderInMsgByType()
RvSipMsgConstructHeaderInMsgByType()
DESCRIPTION
Constructs a header in a message according to the header type.
SYNTAX
RvStatus RvSipMsgConstructHeaderInMsgByType(
IN RvSipMsgHandle hMsg,
IN RvSipHeaderType eType,
IN RvBool bPushHeaderAtHead,
OUT void** phHeader);
PARAMETERS
hMsg
The handle to the message.
eType
The type of the header to construct.
bpushHeaderAtHead
A Boolean value indicating whether the header should be pushed to the head of
the list (RV_TRUE), or to the tail (RV_FALSE).
phHeader
The handle to the header structure.
RETURN VALUES
Returns RvStatus.