Share via


ISearchCatalogManager::URLBeingIndexed Method

Gets the URL that is currently being indexed. If no indexing is currently in process, pszUrl is set to NULL.

Syntax

HRESULT URLBeingIndexed(      
    LPWSTR *pszUrl
);

Parameters

  • pszUrl
    [out, retval]  Receives a pointer to the URL that is currently being indexed.

Return Value

Returns S_OK if successful, or an error value otherwise.