ISearchCrawlScopeManager2 interface (searchapi.h)

Extends the functionality of the ISearchCrawlScopeManager interface. ISearchCrawlScopeManager2 provides methods that notify the search engine of containers to crawl and/or watch, and items under those containers to include or exclude when crawling or watching.

Inheritance

The ISearchCrawlScopeManager2 interface inherits from ISearchCrawlScopeManager. ISearchCrawlScopeManager2 also has these types of members:

Methods

The ISearchCrawlScopeManager2 interface has these methods.

 
ISearchCrawlScopeManager2::GetVersion

Causes file mapping to be mapped into the address space of the calling process, and informs clients if the state of the Crawl Scope Manager (CSM) has changed.

Remarks

For a sample that demonstrates how to define command line options for Crawl Scope Manager (CSM) indexing operations, see the CrawlScopeCommandLine sample.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Target Platform Windows
Header searchapi.h

See also

Conceptual

ISearchCrawlScopeManager

Reference

The Indexing process

Using the Crawl Scope Manager