Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |