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

78 HP C SIP Stack Message Layer Reference Guide
Control Functions
RvSipAddrConstruct()
RvSipAddrConstruct()
DESCRIPTION
Constructs and initializes a stand-alone address. The object is constructed on a
given page taken from a specified pool. The handle to the new header is
returned.
SYNTAX
RvStatus RvSipAddrConstruct(
IN RvSipMsgMgrHandle hMsgMgr,
IN HRPOOL hPool,
IN HPAGE hPage,
IN RvSipAddressType eAddrType,
OUT RvSipAddressHandle* hSipAddr);
PARAMETERS
hMsgMgr
The handle to the MessageMgr.
hPool
The handle to the memory pool that the object uses.
hPage
The handle to the memory page that the object uses.
eAddrType
The type of address URL to construct.
hSipAddr
The handle to the newly constructed address.
RETURN VALUES
Returns RvStatus.