Platform SDK: Synchronization Manager |
The registered application calls the ISyncMgrSynchronizeCallback::Progress method to update the progress information and determine whether the operation should continue.
HRESULT Progress( REFSYNCMGRITEMID pItemID, // Item identifier LPSYNCMGRPROGRESSITEM lpSyncProgressItem // SYNCMGRPROGRESSITEM structure );
Registered applications should call this to provide normal feedback even when the SYNCMGRFLAG_MAYBOTHERUSER flag has been set.
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.