Share via


IRTCBuddyGroupEvent::get_Group

The get_Group property gets the IRTCBuddyGroup interface for the buddy group associated with this event.

HRESULT get_Group(IRTCBuddyGroup**ppGroup);

Parameters

  • ppGroup
    [out] Returns a pointer to the IRTCBuddyGroup interface. This call also adds a reference to the interface, which the caller is responsible for releasing.

Return Values

RTC methods may return an RTC_E_ constant.

Value Meaning
E_POINTER The ppGroup 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_IRTCBuddyGroupEvent is defined as 3A79E1D1-B736-4414-96F8-BBC7F08863E4.

See Also

IRTCBuddyGroupEvent, IRTCBuddyGroup