Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The IRTCBuddyGroup interface exposes the properties of a group object and allows buddies to be added or removed from the group. The IRTCClientPresence2::AddGroup method creates the IRTCBuddyGroup interface.
Methods in Vtable Order
The IRTCBuddyGroup interface inherits the methods of the standard COM interface IUnknown.
In addition, IRTCBuddyGroup defines the following methods.
Method | Description |
---|---|
get_Name | Gets the name of the group. |
put_Name | Sets the name of the group. |
AddBuddy | Adds a buddy to this group. |
RemoveBuddy | Removes a buddy from this group. |
EnumerateBuddies | Returns an enumeration of the buddies that are members of this group. |
get_Buddies | Gets a collection of the buddies that are members of this group. |
get_Data | Gets the private data associated with this group. |
put_Data | Sets the private data of the group. |
get_Profile | Gets the profile associated with a buddy group. |
Requirements
Redistributable: Requires Rtcdll.dll on Windows 2000, Windows XP, and Windows Server 2003.
Header: Declared in Rtccore.h.
Library: Included as a resource in Rtcdll.dll.
GUID: IID_IRTCBuddyGroup is defined as 60361E68-9164-4389-A4C6-D0B3925BDA5E.