IOfflineFilesEvents::SyncConflictRecUpdated method (cscobj.h)

Reports that a sync conflict has been detected and that a record of the conflict was already present in the sync conflict log. The log's record has been updated with the latest information.

Syntax

HRESULT SyncConflictRecUpdated(
  [in] LPCWSTR                 pszConflictPath,
  [in] const FILETIME          *pftConflictDateTime,
  [in] OFFLINEFILES_SYNC_STATE ConflictSyncState
);

Parameters

[in] pszConflictPath

The UNC path of the item in conflict.

[in] pftConflictDateTime

Pointer to a FILETIME structure containing the date and time when the 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

See also

IOfflineFilesEvents