IRTCSessionNotificationEvent::Accept (Windows Embedded CE 6.0)
1/6/2010
Applies to Windows Embedded CE 6.0 R2
This method allows the application to accept the incoming NOTIFY message.
Syntax
HRESULT Accept (
BSTR bstrContentType,
BSTR bstrBody
);
Parameters
- bstrContentType
[in] Optional content type that determines if bstrBody can be added to the response to the NOTIFY message.
- bstrBody
[in] Optional message body that can be added to the response to the NOTIFY message.
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
IRTCSessionNotificationEvent
IRTCSessionNotificationEvent::Reject
IRTCSessionNotificationEvent::Session