ISyncMgrConflictResolveInfo::GetIterationInfo method (syncmgr.h)
Gets information about which conflict in a set of conflicts is being resolved.
Syntax
HRESULT GetIterationInfo(
[out] UINT *pnCurrentConflict,
[out] UINT *pcConflicts,
[out] UINT *pcRemainingForApplyToAll
);
Parameters
[out] pnCurrentConflict
Type: UINT*
When this method returns, contains a pointer to the index of the conflict in the set that is being resolved.
[out] pcConflicts
Type: UINT*
When this method returns, contains a pointer to the number of conflicts that are being resolved.
[out] pcRemainingForApplyToAll
Type: UINT*
When this method returns, contains a pointer to the number of the remaining conflicts to which an "apply to all" response would be applied.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | syncmgr.h |