ISearchManager::get_BypassList Method

Gets a proxy bypass list from the indexer. This list is used to determine which items or URLs are local and do not need to go through the proxy server. This list is set by calling ISearchManager::SetProxy.

Syntax

HRESULT get_BypassList(      
    LPWSTR *ppszBypassList
);

Parameters

  • ppszBypassList
    [out, retval]  Receives a pointer to the proxy bypass list that is stored in the indexer.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

The ReindexMatchingUrls code sample, available on Code Gallery and the Windows 7 SDK, demonstrates ways to specify which files to re-index and how.