IRTCSIPMessage::GetFirstHeader

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 method gets the first header value for a particular header.

Syntax

HRESULT GetMessageText(
    BSTR  bstrHeaderName,
        BSTR*  pbstrHeaderValue
)

Parameters

  • bstrHeaderName
    [in] Header name.
  • pbstrHeaderValue
    [out] Pointer to the header value.

Return Value

This method can return an RTC_E_ constant.

Requirements

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

See Also

Reference

IRTCSIPMessage
IRTCSIPEvent