Επεξεργασία

Share via


ISyncMgrConflictStore::RemoveConflicts method (syncmgr.h)

Deletes a set of conflicts, specified by conflict ID, from the store.

Syntax

HRESULT RemoveConflicts(
  [in] const SYNCMGR_CONFLICT_ID_INFO *rgConflictIdInfo,
  [in] DWORD                          cConflicts
);

Parameters

[in] rgConflictIdInfo

Type: const SYNCMGR_CONFLICT_ID_INFO*

A pointer to a SYNCMGR_CONFLICT_ID_INFO structure.

[in] cConflicts

Type: DWORD

The conflict set.

Return value

Type: HRESULT

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

Remarks

The conflicts are removed when the user selects the conflicts in the conflicts folder and chooses to delete them.

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