Share via


IRTCClientPresence2::RemoveGroup

The RemoveGroup method removes a buddy group.

HRESULT RemoveGroup(IRTCBuddyGroup*pGroup);

Parameters

  • pGroup
    [in] Pointer to the IRTCBuddyGroup interface of the group to be removed.

Return Values

RTC methods may return an RTC_E_ constant.

Value Meaning
RTC_E_PRESENCE_NOT_ENABLED Presence has not been enabled.
E_POINTER The pGroup parameter is not a valid pointer.

Requirements

Redistributable: Requires Rtcdll.dll on Windows 2000, Windows XP, and Windows Server 2003.
Header: Declared in Rtccore.h.
Library: Included as a resource in Rtcdll.dll.
GUID: IID_IRTCClientPresence2 is defined as AD1809E8-62F7-4783-909A-29C9D2CB1D34.

See Also

IRTCClientPresence2, IRTCClientPresence, IRTCClientPresence2::AddGroup