ISyncMgrSynchronizeInvoke interface

Exposes methods that enable a registered application to invoke the synchronization manager to update items.

Members

The ISyncMgrSynchronizeInvoke interface inherits from the IUnknown interface. ISyncMgrSynchronizeInvoke also has these types of members:

Methods

The ISyncMgrSynchronizeInvoke interface has these methods.

MethodDescription
UpdateAll

Programmatically starts an update for all items.

UpdateItems

Programmatically starts an update for specified items.

 

Remarks

When to Implement

This interface is implemented by the synchronization manager.

When to Use

A registered application calls the methods of this interface to update all items or to update specific items.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Mobsync.h

DLL

Mobsync.dll

 

 

Show: