IRTCBuddyGroup

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

Note

This interface is unsupported in Windows Embedded CE 6.0.

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

IRTCBuddyGroup::Name

Sets or gets the name of the group.

IRTCBuddyGroup::AddBuddy

Adds a buddy to the buddy group.

IRTCBuddyGroup::RemoveBuddy

Removes a buddy from this group.

IRTCBuddyGroup::EnumerateBuddies

Gets an enumeration of the buddies that are members of the group.

IRTCBuddyGroup::Buddies

Gets a collection of the buddies that are members of this group.

IRTCBuddyGroup::Data

Sets or gets the private data associated with this group.

IRTCBuddyGroup::Profile

Gets the profile associated with the buddy group.

Requirements

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

See Also

Reference

RTC Client API Interfaces