IOfflineFilesEventsFilter interface (cscobj.h)

Provides a mechanism for recipients of published events to restrict the number of event instances they receive.

Inheritance

The IOfflineFilesEventsFilter interface inherits from the IUnknown interface. IOfflineFilesEventsFilter also has these types of members:

Methods

The IOfflineFilesEventsFilter interface has these methods.

 
IOfflineFilesEventsFilter::GetExcludedEvents

Retrieves an array of OFFLINEFILES_EVENTS enumeration values describing which events should not be received by the event sink.
IOfflineFilesEventsFilter::GetIncludedEvents

Retrieves an array of OFFLINEFILES_EVENTS enumeration values describing which events should be received by the event sink.
IOfflineFilesEventsFilter::GetPathFilter

Retrieves a UNC path string and a scope indicator describing which path-based events should be delivered to this event sink.

Requirements

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

See also

Offline Files API Interfaces