Platform SDK: Synchronization Manager |
The registered application's handler must call the ISyncMgrSynchronizeCallback::ShowErrorCompleted method before or after its ISyncMgrSynchronize::PrepareForSync operation has been completed
HRESULT ShowErrorCompleted( [in] HRESULT hrResult, [in] ULONG cbNumItems, [in] SYNCMGRITEMID *pItemIDs );
pItemIDs is an [in] parameter and the calling function owns the memory pointed to by pItemIDs. SyncMgr makes a copy of the array before returning.
The registered application's handler should return from the ISyncMgrSynchronize::ShowError method as soon as possible and then call this method to notify SyncMgr that it has completed processing the ISyncMgrSynchronize::ShowError call.
It is acceptable for the registered application's handler to call this method before returning from the ISyncMgrSynchronize::ShowError method.
The registered application's handler should not call this method unless a success code is returned from the ISyncMgrSynchronize::Showerror method.
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.