IRTCClientPresence2::Groups (Windows CE 5.0)

Send Feedback

This method gets a collection of the groups available on this client.

If there are no groups on this client, the method gets an empty collection.

C and C++ applications should use IRTCClientPresence2::EnumerateGroups.

HRESULT get_Groups( IRTCCollection**ppCollection );

Parameters

  • ppCollection
    [out] Pointer to the IRTCCollection interface on a collection object containing an IRTCBuddyGroup pointer for each buddy on this client.

    This method adds a reference to the collection object, which the caller is responsible for releasing.

Return Values

This method can return an RTC_E_ constant.

The following table shows an additional possible return value.

Value Meaning
E_POINTER The ppCollection parameter is not a valid pointer.

Requirements

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

See Also

IRTCClientPresence2 | IRTCBuddyGroup | IRTCClientPresence2::EnumerateGroupsIRTCCollection

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.