IOfflineFilesEvents::SyncBegin method (cscobj.h)

Reports that the Offline Files cache has begun a synchronization operation.

Syntax

HRESULT SyncBegin(
  [in] REFGUID rSyncId
);

Parameters

[in] rSyncId

Unique identifier for the synchronization operation that generated this event. Provided by the caller of the IOfflineFilesCache::Synchronize, IOfflineFilesCache::Pin, or IOfflineFilesCache::Unpin method. This is GUID_NULL if no ID was provided.

Return value

The return value is ignored.

Remarks

The synchronization engine is also used to encrypt the Offline Files cache. Therefore, encryption and unencryption operations will also cause this event to be generated.

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