ISearchCrawlScopeManager::HasParentScopeRule Method

Returns an indicator of the existence of a parent rule.

Syntax

HRESULT HasParentScopeRule(      
    LPCWSTR pszURL,
    BOOL *pfHasParentRule
);

Parameters

  • pszURL
    [in] URL to check for parent rule.
  • pfHasParentRule
    [out, retval] Returns a pointer to the result: TRUE if pszURL has a parent rule; otherwise, FALSE.

Return Value

Returns S_OK if successful, or an error value otherwise.