Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |