IOfflineFilesEvents2::SettingsChangesApplied method (cscobj.h)

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

Syntax

HRESULT SettingsChangesApplied();

Return value

The return value is ignored.

Remarks

After the Offline Files service reports that it has detected changes in Group Policy or preference settings, it waits for up to 5 seconds before it applies the changes to the system and calls this method. Therefore, up to 5 seconds can elapse between the last PolicyChangeDetected or PreferenceChangeDetected event and the SettingsChangesApplied event. An event listener should not make assumptions or perform any actions based on this time interval.

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