IRTCBuddy::put_Data

The put_Data property sets the private data of the presence contact. The information set in this method is retrieved by the IRTCBuddy::get_Data method.

HRESULT put_Data(BSTRbstrData);

Parameters

  • bstrData
    [in] The data that is set.

    **RTC 1.2 :  **This parameter can be set to NULL to reset any previously entered data.

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_IRTCBuddy is defined as fcb136c8-7b90-4e0c-befe-56edf0ba6f1c.

See Also

IRTCBuddy, IRTCBuddy::get_Data