Share via


IRTCSubscriptionNotificationEvent::Accept

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This method sends "200 OK" in response to the SIP-NOTIFY with custom content type and data.

Syntax

HRESULT Accept(
        BSTR bstrContentType,
        BSTR bstrData
);

Parameters

  • bstrContentType
    [in] Content-type field to send in response to the NOTIFY. May be NULL.
  • bstrData
    [in] Body to send in response to the NOTIFY. May be NULL.

Return Value

RTC methods may return an RTC_E_ constant.

Requirements

Header rtccore.idl
Library uuid.lib
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Concepts

IRTCSubscriptionNotificationEvent