IEnumSearchScopeRules interface (searchapi.h)

Enumerates scope rules.

Inheritance

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

Methods

The IEnumSearchScopeRules interface has these methods.

 
IEnumSearchScopeRules::Clone

Creates a copy of this IEnumSearchScopeRules object with the same contents and state as the current one.
IEnumSearchScopeRules::Next

Retrieves the specified number of ISearchScopeRule elements.
IEnumSearchScopeRules::Reset

Moves the internal counter to the beginning of the list so that a subsequent call to IEnumSearchScopeRules::Next retrieves from the beginning.
IEnumSearchScopeRules::Skip

Skips the specified number of elements. (IEnumSearchScopeRules.Skip)

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 XP with SP2, Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 with SP1 [desktop apps only]
Target Platform Windows
Header searchapi.h

See also

Using the Crawl Scope Manager