ISyncMgrSynchronizeCallback::Progress method
Called by a registered application to update the progress information and determine whether an operation should continue.
Syntax
HRESULT Progress( [in] REFGUID ItemID, [in] const SYNCMGRPROGRESSITEM *pSyncProgressItem );
Parameters
- ItemID [in]
-
Type: REFGUID
A reference to the item identifier for an item that is being updated.
- pSyncProgressItem [in]
-
Type: const SYNCMGRPROGRESSITEM*
A pointer to a SYNCMGRPROGRESSITEM structure that contains the updated progress information.
Return value
Type: HRESULT
This method can return one of these values.
| Return code | Description |
|---|---|
|
Continues the synchronization. |
|
Cancels the synchronization on a specified item, as soon as possible. |
|
Cancels the synchronization on all items that are associated with this application, as soon as possible. |
Remarks
Registered applications should call this method to provide normal feedback even when the SYNCMGRFLAG_MAYBOTHERUSER flag is set.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
DLL |
|
See also