Share via


IRTCClientPresence::Export (Windows Embedded CE 6.0)

1/6/2010

Note

This method is unsupported in Windows Embedded CE 6.0.

This method exports a snapshot of the current lists of buddies and blocked or allowed watchers.

Syntax

HRESULT Export(
  VARIANT varStorage
);

Parameters

  • varStorage
    [in] The storage for the exported data.

    This variant can contain the following:

Return Value

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

Header rtccore.h, rtccore.idl
Library uuid.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

IRTCClientPresence
IRTCClientPresence::EnablePresence
IRTCClientPresence::Import

Other Resources

IPersistStream
ISequentialStream
IStream