IOfflineFilesEvents::SyncConflictRecRemoved method (cscobj.h)
Reports that a sync conflict no longer exists and that its record has been removed from the sync conflict log.
Syntax
HRESULT SyncConflictRecRemoved(
[in] LPCWSTR pszConflictPath,
[in] const FILETIME *pftConflictDateTime,
[in] OFFLINEFILES_SYNC_STATE ConflictSyncState
);
Parameters
[in] pszConflictPath
The UNC path of the item that was in conflict.
[in] pftConflictDateTime
Pointer to a FILETIME structure containing the date and time when the deleted conflict was detected. The value is in UTC.
[in] ConflictSyncState
Describes the state of the local and remote items in conflict. One of the OFFLINEFILES_SYNC_STATE sync state values, such as
OFFLINEFILES_SYNC_STATE_FileChangedOnClient_ChangedOnServer
.
Return value
The return value is ignored.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Target Platform | Windows |
Header | cscobj.h |
DLL | CscSvc.dll; CscObj.dll |