ISyncMgrRegister interface
Exposes methods so that an application can register with the synchronization manager. This can be achieved either through the ISyncMgrRegister interface or by registering directly in the registry.
Members
The ISyncMgrRegister interface inherits from the IUnknown interface. ISyncMgrRegister also has these types of members:
Methods
The ISyncMgrRegister interface has these methods.
| Method | Description |
|---|---|
| GetHandlerRegistrationInfo |
Called by the registered application's handler to get current registration information. |
| RegisterSyncMgrHandler |
Registers a handler with the synchronization manager when the handler has items to synchronize. |
| UnregisterSyncMgrHandler |
Removes a handler's CLSID from the registration. A handler should call this when it no longer has any items to synchronize. |
Remarks
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.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
DLL |
|