| Platform SDK: Synchronization Manager |
An application can register with the Synchronization Manager either through the ISyncMgrRegister interface or by registering directly in the registry.
The handler must be a standard OLE server. It must register the standard OLE keys for an InProc OLE server in addition to the SyncMgr key.
| IUnknown methods | Description |
|---|---|
| QueryInterface | Returns pointer to supported interfaces. |
| AddRef | Increments reference count. |
| Release | Decrements reference count. |
| ISyncMgrRegister methods | Description |
|---|---|
| RegisterSyncMgrHandler | A handler calls this to register with SyncMgr when it has items to synchronize |
| UnregisterSyncMgrHandler | A handler calls this to indicate it no longer has an items to synchronize |
| GetHandlerRegistrationInfo | Called by the handler to obtain registration information. |
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.