ISearchManager::GetParameter method (searchapi.h)
Not supported.
This method returns E_INVALIDARG when called.
Syntax
HRESULT GetParameter(
[in] LPCWSTR pszName,
[out, retval] PROPVARIANT **ppValue
);
Parameters
[in] pszName
Type: LPCWSTR
There are currently no valid parameters in this version of search (WDS 3.0).
[out, retval] ppValue
Type: PROPVARIANT**
Returns a value in an undefined state as there are no properties currently defined to retrieve values from.
Return value
Type: HRESULT
This method returns E_InvalidArg as an error code when called.
Remarks
Check out the ReindexMatchingUrls code sample to see ways to specify which files to re-index and how set it up.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP with SP2, Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 with SP1 [desktop apps only] |
Target Platform | Windows |
Header | searchapi.h (include Searchapi.h) |
Redistributable | Windows Desktop Search (WDS) 3.0 |