ISearchItemsChangedSink interface
Provides notifications for changes to indexed items. Also provides notification of the hierarchical scope that is being monitored for changed items.
Members
The ISearchItemsChangedSink interface inherits from the IUnknown interface. ISearchItemsChangedSink also has these types of members:
Methods
The ISearchItemsChangedSink interface has these methods.
| Method | Description |
|---|---|
| OnItemsChanged |
Call this method to notify an indexer to re-index some changed items. |
| StartedMonitoringScope |
Permits an index-managed notification source to add itself to a list of "monitored scopes". |
| StoppedMonitoringScope |
Not implemented. |
Requirements
|
Minimum supported client |
Windows XP with SP2, Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 with SP1 [desktop apps only] |
|
Redistributable |
Windows Desktop Search (WDS) 3.0 |
|
Header |
|
See also