Share via


IRTCClientPresence::Buddies (Windows CE 5.0)

Send Feedback

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

If there are no buddies on the client, an empty collection is retrieved.

C and C++ applications should use IRTCClientPresence::EnumerateBuddies.

HRESULT get_Buddies(IRTCCollection** ppCollection);

Parameters

  • ppCollection
    [out] Pointer to the IRTCCollection interface on a collection object containing an IRTCBuddy pointer for each contact 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

Requirements

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

See Also

IRTCClientPresence | IRTCBuddy | IRTCCollection | IRTCClientPresence::EnumerateBuddies

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.