Share via


ISearchRoot::get_ProvidesNotifications Method

Gets a value that indicates whether the search engine is notified (by protocol handlers or other applications) about changes to the URLs under the search root.

Syntax

HRESULT get_ProvidesNotifications(      
    BOOL *pfProvidesNotifications
);

Parameters

  • pfProvidesNotifications
    [out] On return, points to TRUE if this search root provides notifications; otherwise, FALSE.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

The value ISearchRoot::get_ProvidesNotifications returns is not protocol specific.

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.