ICatAdm::FindNextScope method
[Indexing Service is no longer supported as of Windows XP and is unavailable for use as of Windows 8. Instead, use Windows Search for client side search and Microsoft Search Server Express for server side search.]
Enumerates a collection of scopes for the current catalog and checks whether another catalog exists.
HRESULT FindNextScope(
[out, retval] VARIANT_BOOL *pfFound
);
-
pfFound [out, retval]
-
VARIANT_TRUE if a scope was found, VARIANT_FALSE otherwise.
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
If a scope exists, use GetScope to retrieve the scope object.
' Enumerate through the scopes
Do While (objCatAdm.FindNextScope() )
Set objScopeAdm = objCatAdm.GetScope()
' Use it
' Free it when done
Set objScopeAdm = Nothing
Loop
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
End of client support |
Windows 7 |
End of server support |
Windows Server 2008 R2 |
DLL |
|