HP-UX C SIP Stack Message Layer Reference Guide (January 2008)
Message Object Functions 5
Control Functions
RvSipMsgConstruct()
RvSipMsgConstruct()
DESCRIPTION
Constructs a SIP message. The message is constructed on a page taken from a
given memory pool.
SYNTAX
RvStatus RvSipMsgConstruct(
IN RvSipMsgMgrHandle hMsgMgr,
IN HRPOOL hPool,
OUT RvSipMsgHandle* hSipMsg);
PARAMETERS
hMsgMgr
The handle to the MessageMgr.
hPool
The handle to the memory pool. The RvSipMsgConstruct() function uses a page
from this pool for the newly created message.
hSipMsg
The handle to the new message.
RETURN VALUES
Returns RvStatus.