ISyncMgrRegister interface (mobsync.h)
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.
Inheritance
The ISyncMgrRegister interface inherits from the IUnknown interface. ISyncMgrRegister also has these types of members:
Methods
The ISyncMgrRegister interface has these methods.
ISyncMgrRegister::GetHandlerRegistrationInfo Called by the registered application's handler to get current registration information. |
ISyncMgrRegister::RegisterSyncMgrHandler Registers a handler with the synchronization manager when the handler has items to synchronize. |
ISyncMgrRegister::UnregisterSyncMgrHandler Removes a handler's class identifier (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
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | mobsync.h |