IEnumSearchScopeRules interface
Enumerates scope rules.
Members
The IEnumSearchScopeRules interface inherits from the IUnknown interface. IEnumSearchScopeRules also has these types of members:
Methods
The IEnumSearchScopeRules interface has these methods.
| Method | Description |
|---|---|
| Clone |
Creates a copy of this IEnumSearchScopeRules object with the same contents and state as the current one. |
| Next |
Retrieves the specified number of ISearchScopeRule elements. |
| Reset |
Moves the internal counter to the beginning of the list so that a subsequent call to IEnumSearchScopeRules::Next retrieves from the beginning. |
| Skip |
Skips the specified number of elements. |
Remarks
Windows 7 and later: the CrawlScopeCommandLine code sample, available on Code Gallery and the Windows 7 SDK, demonstrates how to define command line options for Crawl Scope Manager (CSM) indexing operations.
Requirements
|
Minimum supported client |
Windows XP with SP2, Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 with SP1 [desktop apps only] |
|
Header |
|
|
IDL |
|
See also