Share via


ISearchManager::get_ProxyName Method

Retrieves the proxy name to be used by the protocol handler.

Syntax

HRESULT get_ProxyName(      
    LPWSTR *ppszProxyName
);

Parameters

  • ppszProxyName
    [out, retval]  Receives a pointer to a Unicode string that contains the proxy name.

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.