IRTCClientPresence::Export
The Export method exports a snapshot of the current list of Buddies and blocked/allowed Watchers.
HRESULT Export(VARIANTvarStorage);
Parameters
- varStorage
[in] Specifies the storage for the exported data. This variant can contain a file name (BSTR), a DOMDocument object, or any object that supports IStream, ISequentialStream, or IPersistStream.
Return Values
RTC methods may return an RTC_E_ constant.
Value | Meaning |
---|---|
RTC_E_CLIENT_NOT_INITIALIZED | The client is not initialized. |
Remarks
The storage specified in this method is not for persistent storage. For permanent storage, see the IRTCClientPresence::EnablePresence method.
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_IRTCClientPresence is defined as 11c3cbcc-0744-42d1-968a-51aa1bb274c6.