ISearchCatalogManager::ReindexMatchingURLs Method
Reindexes all items that match the provided pattern. This method was not implemented prior to Windows 7.
Syntax
HRESULT ReindexMatchingURLs( LPCWSTR pszPattern );
Parameters
- pszPattern
[in] A pointer to the pattern to be matched for reindexing. The pattern can be a standard pattern such asfile:///c:\MyStuff\*.pdf
.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
This method is fully implemented for Windows 7.