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

Content-Disposition Header Functions 355
Get and Set Functions
RvSipContentDispositionHeaderGetType()
RvSipContentDispositionHeaderGetType()
DESCRIPTION
Gets the disposition type enumeration value. If
RVSIP_DISPOSITIONTYPE_OTHER is returned, you can receive the
disposition type string using RvSipContentDispositionHeaderGetStrType().
SYNTAX
RvSipDispositionType RvSipContentDispositionHeaderGetType(
IN RvSipContentDispositionHeaderHandle hHeader);
PARAMETERS
hHeader
The handle to the header.
RETURN VALUES
Returns the disposition type enumeration value.