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

42 HP C SIP Stack Message Layer Reference Guide
Get and Set Functions
RvSipMsgGetToHeader()
RvSipMsgGetToHeader()
DESCRIPTION
Gets the handle to the To header from the message.
SYNTAX
RvSipPartyHeaderHandle RvSipMsgGetToHeader(
IN RvSipMsgHandle hSipMsg);
PARAMETERS
hSipMsg
The handle to a message.
RETURN VALUES
Returns RvSipPartyHeaderHandle, or NULL if the message does not contain a
To header.