ISearchRoot::get_ProvidesNotifications Method

Gets a value that indicates whether protocol handlers or other applications notify the search engine about changes to the URLs under the search root, initiating indexing.

Syntax

HRESULT get_ProvidesNotifications(      
    BOOL *pfProvidesNotifications
);

Parameters

  • pfProvidesNotifications
    [out] Returns TRUE if this search root provides notifications; otherwise, FALSE.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

This information is not protocol specific.