IRTCClientPresence::Export (Windows CE 5.0)

Send Feedback

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:

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.