Share via


IRTCBuddyGroup::get_Profile

The get_Profile method gets the profile associated with a buddy group.

HRESULT get_Profile(IRTCProfile2**ppProfile);

Parameters

  • ppProfile
    [out] Pointer to the IRTCProfile2 interface on the profile object associated with this buddy group. This call adds a reference to the profile object, which the caller is responsible for releasing.

Return Values

RTC methods may return an RTC_E_ constant.

Value Meaning
RTC_E_NOT_EXIST The profile does not exist for this group.
E_POINTER The ppProfile 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_IRTCBuddyGroup is defined as 60361E68-9164-4389-A4C6-D0B3925BDA5E.

See Also

IRTCBuddyGroup, IRTCBuddy, IRTCBuddy2