ISyncMgrConflict::Resolve method (syncmgr.h)

Resolves the conflict using its own sync handler, controls UI.

Syntax

HRESULT Resolve(
  [in] ISyncMgrConflictResolveInfo *pResolveInfo
);

Parameters

[in] pResolveInfo

Type: ISyncMgrConflictResolveInfo*

A pointer to a ISyncMgrConflictResolveInfo.

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

Note that the store must tell the sync center if the conflict was removed by calling UpdateConflicts after the conflict is resolved. The conflict is assumed to still exist until the store notifies the sync center of changes. The resolution choices for user selection are available through ISyncMgrConflictResolveInfo.

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