IEnumSearchRoots interface
Provides methods to enumerate the search roots of a catalog, for example, SystemIndex.
Members
The IEnumSearchRoots interface inherits from the IUnknown interface. IEnumSearchRoots also has these types of members:
Methods
The IEnumSearchRoots interface has these methods.
| Method | Description |
|---|---|
| Clone |
Creates a copy of the IEnumSearchRoots object with the same contents and state as the current one. |
| Next |
Retrieves the specified number of ISearchRoot elements. |
| Reset |
Moves the internal counter to the beginning of the list so a subsequent call to IEnumSearchRoots::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] |
|
Redistributable |
Windows Desktop Search (WDS) 3.0 |
|
Header |
|
See also