IOfflineFilesEvents2 interface (cscobj.h)

Used to report additional events associated with Offline Files.

Inheritance

The IOfflineFilesEvents2 interface inherits from IOfflineFilesEvents. IOfflineFilesEvents2 also has these types of members:

Methods

The IOfflineFilesEvents2 interface has these methods.

 
IOfflineFilesEvents2::BackgroundSyncBegin

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

Reports that the Offline Files service completed a background synchronization pass.
IOfflineFilesEvents2::CacheEvictBegin

This method is reserved for future use. (IOfflineFilesEvents2.CacheEvictBegin)
IOfflineFilesEvents2::CacheEvictEnd

This method is reserved for future use. (IOfflineFilesEvents2.CacheEvictEnd)
IOfflineFilesEvents2::ItemReconnectBegin

Reports that the Offline Files service is beginning to attempt to reconnect all offline scopes.
IOfflineFilesEvents2::ItemReconnectEnd

Reports that the Offline Files service has completed its attempt to reconnect all offline scopes.
IOfflineFilesEvents2::PolicyChangeDetected

Reports that the Offline Files service detected a change in one or more of its setting values that are controlled by Group Policy.
IOfflineFilesEvents2::PreferenceChangeDetected

Reports that the Offline Files service detected a change in one or more of its setting values that are not controlled by Group Policy.
IOfflineFilesEvents2::SettingsChangesApplied

Reports that the Offline Files service has applied the changes that were detected in Group Policy or preference values.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header cscobj.h

See also

IOfflineFilesEvents

Offline Files API Interfaces