IRTCBuddyEvent::get_Buddy

The get_Buddy property returns the Buddy object.

HRESULT get_Buddy(IRTCBuddy**ppBuddy);

Parameters

  • ppBuddy
    [out] Returns a pointer to an IRTCBuddy interface. This call adds a reference to the Buddy object, which the caller is responsible for releasing.

Return Values

RTC methods may return an RTC_E_ constant.

Requirements

Client: Requires Windows XP.
Server: Requires Windows Server 2003.
Redistributable: Requires Rtcdll.dll on Windows 2000, and Windows Me/98.
Header: Declared in Rtccore.h.
Library: Included as a resource in Rtcdll.dll.
GUID: IID_IRTCBuddyEvent is defined as f36d755d-17e6-404e-954f-0fc07574c78d.

See Also

IRTCBuddyEvent, IRTCBuddy, IRTCEventNotification