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

164 HP C SIP Stack Message Layer Reference Guide
Control Functions
RvSipAllowEventsHeaderConstruct()
RvSipAllowEventsHeaderConstruct()
DESCRIPTION
Constructs and initializes a stand-alone Allow-Events header. The header is
constructed on a given page taken from a specified pool. The handle to the new
header is returned.
SYNTAX
RvStatus RvSipAllowEventsHeaderConstruct(
IN RvSipMsgMgrHandle hMsgMgr,
IN HRPOOL hPool,
IN HPAGE hPage,
OUT RvSipAllowEventsHeaderHandle* hHeader);
PARAMETERS
hMsgMgr
The handle of the MessageMgr.
hPool
The handle to the memory pool that the object will use.
hPage
The handle to the memory page that the object will use.
hHeader
The handle to the newly constructed Allow-Events header.
RETURN VALUES
Returns RvStatus.