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

812 HP C SIP Stack Message Layer Reference Guide
Get and Set Functions
RvSipBodyGetContentType()
RvSipBodyGetContentType()
DESCRIPTION
Gets the Content-Type header from the body object.
SYNTAX
RvSipContentTypeHeaderHandle RvSipBodyGetContentType(
IN RvSipBodyHandle hBody);
PARAMETERS
hBody
The handle to the body object.
RETURN VALUES
Returns the Content-Type header handle, or NULL if there is no Content-Type
for this body object.