IRTCEventNotification::Event

The Event method is called by the Client object to deliver an event to the application's event sink object.

HRESULT Event(RTC_EVENTRTCEvent,
IDispatch*pEvent);

Parameters

  • RTCEvent
    [in] An RTC_EVENT enumeration containing the RTC event types.
  • pEvent
    [in] An IDispatch pointer to the event object.

Return Values

RTC methods may return an RTC_E_ constant.

Requirements

Client: Requires Windows XP.
Server: Requires Windows Server 2003.
Redistributable: Requires Rtcdll.dll on Windows 2000, and Windows Me/98.
Header: Declared in Rtccore.h.
Library: Included as a resource in Rtcdll.dll.
GUID: IID_IRTCEventNotification is defined as 13fa24c7-5748-4b21-91f5-7397609ce747.

See Also

IRTCEventNotification, RTC_EVENT