IOfflineFilesEvents2::BackgroundSyncBegin method (cscobj.h)

Reports that the Offline Files service is beginning to perform a background synchronization pass.

Syntax

HRESULT BackgroundSyncBegin(
  [in] DWORD dwSyncControlFlags
);

Parameters

[in] dwSyncControlFlags

One or more OFFLINEFILES_SYNC_CONTROL_FLAG_XXXXXX flags describing the purpose of the sync operation. These may be used to determine if the sync is a one-way or two-way sync. These flags are described in the dwSyncControl parameter of the IOfflineFilesCache::Synchronize method.

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

IOfflineFilesEvents2