IRTCEventNotification::Event

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This method delivers an event to the application's event sink object.

Syntax

HRESULT Event(
  RTC_EVENT RTCEvent,
  IDispatch* pEvent
);

Parameters

  • RTCEvent
    [in] An RTC_EVENT enumeration value specifying the RTC event type.
  • pEvent
    [in] An IDispatch pointer to the event object.

Return Value

This method can return an RTC_E_ constant.

Requirements

Header rtccore.h, rtccore.idl
Library uuid.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

IRTCEventNotification

Other Resources

IDispatch