ISearchCatalogManager::get_ConnectTimeout Method

Gets the connection timeout value to connect to a store for indexing.

Syntax

HRESULT get_ConnectTimeout(      
    DWORD *pdwConnectTimeout
);

Parameters

  • pdwConnectTimeout
    [out, retval] Returns a pointer to the timeout value from the TIMEOUT_INFO structure in seconds.

Return Value

Returns S_OK if successful, or an error value otherwise.