ISearchPersistentItemsChangedSink interface
Provides methods for passing change notifications to alert the indexer that items need to be updated.
Members
The ISearchPersistentItemsChangedSink interface inherits from the IUnknown interface. ISearchPersistentItemsChangedSink also has these types of members:
Methods
The ISearchPersistentItemsChangedSink interface has these methods.
| Method | Description |
|---|---|
| OnItemsChanged |
Notifies the indexer to index changed items. |
| StartedMonitoringScope |
Called by a notifications provider to notify the indexer to monitor changes to items within a specified hierarchical scope. |
| StoppedMonitoringScope |
Called by a notifications provider to notify the indexer to stop monitoring changes to items within a specified hierarchical scope. |
Requirements
|
Minimum supported client |
Windows XP with SP2, Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Redistributable |
Windows Desktop Search (WDS) 3.0 |
|
Header |
|
|
IDL |
|
See also