ISearchManager::get_UseProxy Method
Retrieves the proxy server to be used.
Syntax
HRESULT get_UseProxy( PROXY_ACCESS *pUseProxy );
Parameters
- pUseProxy
[out, retval] Receives a pointer to the proxy server to be used.
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.