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