ISearchRoot::put_ProvidesNotifications Method

Sets 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 put_ProvidesNotifications(      
    BOOL fProvidesNotifications
);

Parameters

  • fProvidesNotifications
    [in] TRUE if notifications are provided; otherwise, FALSE.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

That value that ISearchRoot::put_ProvidesNotifications sets 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.