Share via


IRTCSubscriptionNotificationEvent::Reject (Windows Embedded CE 6.0)

1/6/2010

This method sends a failure in response to the SIP-NOTIFY message. Analogous to IRTCSessionReferredEvent::Reject.

Syntax

HRESULT Reject(
      DWORD  dwSIPFailureCode,
     BSTR   bstrFailureText
);

Parameters

  • dwSIPFailureCode
    [in] – Failure code to send.
  • bstrFailureText
    [in] – The text sent with the failure message. 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