IRTCPresenceContact::Data

This method sets or gets the private data associated with this presence contact.

HRESULT put_Data( 
  BSTR bstrData 
);
HRESULT get_Data( 
  BSTR* pbstrData 
);

Parameters

  • bstrData, pbstrData
    [in, out] The private data of the contact. On output, this parameter is a pointer to a BSTR that will be filled with the private data of the contact, or an empty string if there is no entry. The method allocates the buffer. The caller is responsible for releasing this memory with SysFreeString.

Return Values

This method can return an RTC_E_ constant. The following table shows the possible return values.

Value Description
E_FAIL There is no private data for this contact.

Requirements

OS Versions: Windows CE .NET 4.2 and later.
Header: Rtccore.h, Rtccore.idl.
Link Library: Rtcdll.dll.

See Also

Communications Service | IRTCPresenceContact | SysFreeString

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.