Platform SDK: Synchronization Manager |
The registered application's handler must call the ISyncMgrSynchronizeCallback::PrepareForSyncCompleted method after the ISyncMgrSynchronize::PrepareForSync method has completed execution.
HRESULT PrepareForSyncCompleted( HRESULT hr // HRESULT for the PrepareForSync method. );
A registered application's handler should return as soon as possible from the ISyncMgrSynchronize::PrepareForSync method and then call this method to notify the SyncMgr that the registered application is preparing for synchronization.
It is acceptable for the registered application's handler to call this method before returning from the ISyncMgrSynchronize::PrepareForSync method.
The registered application's handler should not call this method if the ISyncMgrSynchronize::PrepareForSync method returns any value other than S_OK.
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.
ISyncMgrSynchronize::PrepareForSync, ISyncMgrSynchronize::Synchronize