ISearchPersistentItemsChangedSink interface (searchapi.h)

Provides methods for passing change notifications to alert the indexer that items need to be updated.

Inheritance

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

Methods

The ISearchPersistentItemsChangedSink interface has these methods.

 
ISearchPersistentItemsChangedSink::OnItemsChanged

Notifies the indexer to index changed items.
ISearchPersistentItemsChangedSink::StartedMonitoringScope

Called by a notifications provider to notify the indexer to monitor changes to items within a specified hierarchical scope.
ISearchPersistentItemsChangedSink::StoppedMonitoringScope

Called by a notifications provider to notify the indexer to stop monitoring changes to items within a specified hierarchical scope.

Requirements

Requirement Value
Minimum supported client Windows XP with SP2, Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header searchapi.h
Redistributable Windows Desktop Search (WDS) 3.0

See also

Conceptual

Notifying the Index of Changes

The Indexing Process