IRTCBuddyGroup::RemoveBuddy (Windows CE 5.0)
This method removes a buddy from this group.
HRESULT RemoveBuddy( IRTCBuddy*pBuddy);
Parameters
- pBuddy
[in] Pointer to the IRTCBuddy interface of the buddy to remove.
Return Values
This method can return an RTC_E_ constant. The following table shows an additional possible return value.
Value | Meaning |
---|---|
E_POINTER | The pBuddy 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
IRTCBuddyGroup | IRTCBuddy | IRTCBuddyGroup::AddBuddy
Send Feedback on this topic to the authors