ISearchCrawlScopeManager::EnumerateRoots Method
Returns an enumeration of all the roots of which this instance of the CrawlScopeManager is aware.
Syntax
HRESULT EnumerateRoots( IEnumSearchRoots **ppSearchRoots );
Parameters
- ppSearchRoots
[out, retval] Returns a pointer to an IEnumSearchRoots.
Return Value
Returns S_OK if successful, S_FALSE if there are no roots to enumerate, or an error value otherwise.