IRTCBuddy2::EnumerateGroups (Windows CE 5.0)

Send Feedback

This method gets an enumerated list of the groups to which this buddy belongs. This method is intended for C and C++ applications.

HRESULT EnumerateGroups( IRTCEnumGroups**ppEnum);

Parameters

  • ppEnum
    [out] Pointer to an IRTCEnumGroups interface on an enumeration object containing an IRTCBuddyGroup pointer for each group to which this buddy belongs. This method adds a reference to the enumeration object, which the caller is responsible for releasing.

Return Values

This method can return an RTC_E_ constant. The following table shows additional possible return values.

Value Meaning
E_FAIL The local group list was not created, or the ppCollection parameter is not a valid pointer.
E_OUTOFMEMORY Insufficient memory to perform this operation.

Requirements

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

See Also

IRTCBuddy2 | IRTCBuddy2::Groups | IRTCBuddyGroup | IRTCEnumGroups

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.