Share via


IRTCClientPresence2::Groups (Windows Embedded CE 6.0)

1/6/2010

Note

This method is unsupported in Windows Embedded CE 6.0.

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.

Syntax

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 Value

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

Header rtccore.h, rtccore.idl
Library uuid.lib
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Reference

IRTCClientPresence2
IRTCBuddyGroup
IRTCClientPresence2::EnumerateGroups
IRTCCollection