Platform SDK: Synchronization Manager

ISyncMgrSynchronizeInvoke

The ISyncMgrSynchronizeInvoke interface enables a registered application to invoke the Synchronization Manager to update items.

When to Implement

This interface is implemented by SyncMgr.

When to Use

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

Methods in Vtable Order

IUnknown methods Description
QueryInterface Returns pointers to supported interfaces.
AddRef Increments reference count.
Release Decrements reference count.

ISyncMgrSynchronizeInvoke methods Description
UpdateItems Updates the specified items
UpdateAll Updates all items

Requirements

  Windows NT/2000: Requires Windows 2000 (or Windows NT 4.0 with Internet Explorer 5 or later).
  Windows 95/98: Requires Windows 95 or later (with Internet Explorer 5 or later).
  Header: Declared in Mobsync.h.