IRTCBuddyEvent

RTCE_BUDDY events have an IRTCBuddyEvent interface. This type of event is fired when the presence state of a Buddy changes.

When the application's implementation of the IRTCEventNotification::Event method indicates an RTC_EVENT of type RTCE_BUDDY, the method's pEvent parameter is an IDispatch pointer for the IRTCBuddyEvent interface. The methods of this interface can be used to retrieve information concerning the change in the presence state of the Buddy.

Methods in Vtable Order

The IRTCBuddyEvent interface inherits the methods of the standard COM interface IUnknown.

In addition, IRTCBuddyEvent defines the following method.

Method Description
get_Buddy Returns the Buddy object.

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_IRTCBuddyEvent is defined as f36d755d-17e6-404e-954f-0fc07574c78d.