IOfflineFilesSyncProgress::SyncItemBegin method (cscobj.h)

Reports that a synchronization operation on an item is beginning.

Syntax

HRESULT SyncItemBegin(
  [in]  LPCWSTR                  pszFile,
  [out] OFFLINEFILES_OP_RESPONSE *pResponse
);

Parameters

[in] pszFile

Receives the fully qualified UNC path of the file or directory to be processed.

[out] pResponse

Your implementation of this method should set this parameter to a value from the OFFLINEFILES_OP_RESPONSE enumeration that indicates how the operation is to proceed.

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

IOfflineFilesSyncProgress