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]  Returns a pointer to the proxy name as a Unicode string.

Return Value

Returns S_OK if successful, or an error value otherwise.