ISearchCatalogManager::get_DataTimeout Method

Gets the data timeout value, as measured in seconds, for data transactions between the indexer and the SearchFilterHost. This value is contained in the TIMEOUT_INFO structure.

Syntax

HRESULT get_DataTimeout(      
    DWORD *pdwDataTimeout
);

Parameters

  • pdwDataTimeout
    [out, retval] Returns a pointer to the TIMEOUT_INFO value for data transactions, that is, the amount of time to wait for a data transaction.

Return Value

Returns S_OK if successful, or an error value otherwise.