IOfflineFilesEvents2::BackgroundSyncEnd method (cscobj.h)
Reports that the Offline Files service completed a background synchronization pass.
Syntax
HRESULT BackgroundSyncEnd(
[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 |