IRTCClientPresence2::Group (Windows CE 5.0)

Send Feedback

This method gets the buddy group that matches the specified name.

The group must be present for this method to succeed.

HRESULT get_Group( BSTRbstrGroupName,IRTCBuddyGroup**ppGroup );

Parameters

  • bstrGroupName
    [in] The name of the group.

  • ppGroup
    [out] Pointer to the IRTCBuddyGroup interface.

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

Return Values

This method can returns an RTC_E_ constant.

The following table shows an additional possible return value.

Value Meaning
E_POINTER The ppGroup 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::Groups

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.