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

Content-Type Header Functions 381
Get and Set Functions
RvSipContentTypeHeaderGetMediaSubType()
RvSipContentTypeHeaderGetMediaSubType()
DESCRIPTION
Gets the media-sub-type enumeration value. If
RVSIP_MEDIASUBTYPE_OTHER is returned, you can receive the media-
sub-type string using RvSipContentTypeHeaderGetStrMediaSubType().
SYNTAX
RvSipMediaSubType RvSipContentTypeHeaderGetMediaSubType(
IN RvSipContentTypeHeaderHandle hHeader);
PARAMETERS
hHeader
The handle to the header.
RETURN VALUES
Returns the enumeration value of the SIP media-sub-type.