HP-UX C SIP Stack Message Layer Reference Guide (February 2008)
6 HP C SIP Stack Message Layer Reference Guide
Control Functions
RvSipMsgDestruct()
RvSipMsgDestruct()
DESCRIPTION
A destructor. Destroys the message and frees all the object resources.
SYNTAX
void RvSipMsgDestruct(
IN RvSipMsgHandle hSipMsg);
PARAMETERS
hSipMsg
The handle to the message to destruct.
RETURN VALUES
None.