Share via


IRTCClientPresence::RemoveBuddy

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

Note

This method is unsupported in Windows Embedded CE 6.0.

This method removes a buddy from the buddy list.

Syntax

HRESULT RemoveBuddy(
  IRTCBuddy* pBuddy
);

Parameters

  • pBuddy
    [in] Pointer to the IRTCBuddy interface for the buddy to remove.

Return Value

This method can return an RTC_E_ constant.

Remarks

Security Note   This method can send data over the network in unencrypted form. Therefore, someone eavesdropping on the network could read the data. Before using this method in an unencrypted session, consider the security risk of sending the data in clear text. An RTC session can be encrypted by specifying TLS in the profile used for the session.

Requirements

Header rtccore.h, rtccore.idl
Library uuid.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

IRTCClientPresence
IRTCBuddy
IRTCClientPresence::AddBuddy