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

Message Object Functions 21
Get and Set Functions
RvSipMsgGetStatusCode()
RvSipMsgGetStatusCode()
DESCRIPTION
Gets the response code from the message start-line.
SYNTAX
RvSipMsgGetStatusCode(
IN RvSipMsgHandle hSipMsg);
PARAMETERS
hSipMsg
The handle to the message.
RETURN VALUES
Returns a response code or UNDEFINED if there is no response code or the
message represents a request message.