HP-UX C SIP Stack Message Layer Reference Guide (January 2008)
502 HP C SIP Stack Message Layer Reference Guide
Control Functions
RvSipMinSEHeaderConstruct()
RvSipMinSEHeaderConstruct()
DESCRIPTION
Constructs and initializes a stand-alone Min-SE header. The header is
constructed on a given page taken from a specified pool. The handle to the new
header is returned.
SYNTAX
RvStatus RvSipMinSEHeaderConstruct(
IN RvSipMsgMgrHandle hMsgMgr,
IN HRPOOL hPool,
IN HPAGE hPage,
OUT RvSipMinSEHeaderHandle* phHeader);
PARAMETERS
hMsgMgr
The handle to 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.
phHeader
The handle to the newly constructed Min-SE header.
RETURN VALUES
Returns RvStatus.