ISyncMgrConflictStore::RemoveConflicts method
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
- rgConflictIdInfo [in]
-
Type: const SYNCMGR_CONFLICT_ID_INFO*
A pointer to a SYNCMGR_CONFLICT_ID_INFO structure.
- cConflicts [in]
-
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
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
IDL |
|
Show: