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 EnumerateBuddies method returns an enumeration of the buddies that are members of this group. If there are no buddies in this group, an empty enumeration is returned. This method is intended for C and C++ applications. Visual Basic applications should use the get_Buddies method.
HRESULT EnumerateBuddies(IRTCEnumBuddies**ppEnum);
Parameters
- ppEnum
[out] Returns a pointer to the IRTCEnumBuddies interface on an enumeration object containing an IRTCBuddy pointer for each buddy in this group. This call adds a reference to the enumeration object, which the caller is responsible for releasing.
Return Values
RTC methods may return an RTC_E_ constant.
Value | Meaning |
---|---|
E_FAIL | The ppEnum parameter is not a valid pointer. |
E_FAIL | The ppEnum object could not be created. |
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.
See Also
IRTCBuddyGroup, IRTCBuddy, IRTCBuddy2, IRTCBuddyGroup::get_Buddies