IRTCSIPMessage

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

Applies to Windows Embedded CE 6.0 R2

This interface retrieves the information about the header of any incoming SIP message that triggers an asynchronous event.

Methods

This interface inherits the methods for the IUnknown interface.

The following tables show the methods for this interface.

Method Description

IRTCSIPMessage::GetMessageText

Gets the entire message text.

IRTCSIPMessage::GetRequestLine

Gets only the request line.

IRTCSIPMessage::GetMessageBody

Gets the body of the message.

IRTCSIPMessage::GetFirstHeader

Gets the first header value for a particular header.

IRTCSIPMessage::GetHeader

Gets the header values.

Requirements

Header rtccore.h, rtccore.idl
Library uuid.lib
Windows Embedded CE Windows Embedded CE 6.0 R2

See Also

Reference

RTC Client API Interfaces