Share via


IRTCBuddyGroup:IUnknown (Windows CE 5.0)

Send Feedback

This interface exposes the properties of a group object and allows buddies to be added to or removed from the group. The IRTCClientPresence2::AddGroup method creates the IRTCBuddyGroup interface.

Methods

The following table shows the methods for this interface in vtable order. This is the order in which the compiler calls the methods. Like all COM interfaces, this interface inherits the methods for the IUnknown interface.

Method Description
Name Sets or gets the name of the group.
AddBuddy Adds a buddy to the buddy group.
RemoveBuddy Removes a buddy from this group.
EnumerateBuddies Gets an enumeration of the buddies that are members of the group.
Buddies Gets a collection of the buddies that are members of this group.
Data Sets or gets the private data associated with this group.
Profile Gets the profile associated with the buddy group.

Requirements

OS Versions: Windows CE .NET 4.2 and later.
Header: Rtccore.h, Rtccore.idl.
Link Library: Uuid.lib.

See Also

RTC Client API Interfaces | IRTCClientPresence2::AddGroup | IUnknown

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.