IRTCClientPresence::Export (Windows CE 5.0)
This method exports a snapshot of the current lists of buddies and blocked or allowed watchers.
HRESULT Export(VARIANTvarStorage);
Parameters
varStorage
[in] The storage for the exported data.This variant can contain the following:
- A file name (BSTR)
- A DOMDocument object
- Any object that supports IStream, ISequentialStream, or IPersistStream
Return Values
This method can return an RTC_E_ constant.
Remarks
The storage specified in this method is not persistent. For persistent storage, the application should use the IRTCClientPresence::EnablePresence method.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Rtccore.h, Rtccore.idl.
Link Library: Uuid.lib.
See Also
IRTCClientPresence | IPersistStream | IRTCClientPresence::EnablePresence | IRTCClientPresence::Import | ISequentialStream | IStream
Send Feedback on this topic to the authors