Share via


ISearchCatalogManager::SetParameter Method

Sets a name/value parameter for the catalog.

Syntax

HRESULT SetParameter(      
    LPCWSTR pszName,
    PROPVARIANT *pValue
);

Parameters

  • pszName
    [in]  The name of the parameter to change.
  • pValue
    [in]  A pointer to the new value for the parameter.

Return Value

Returns S_OK if successful, or an error value otherwise.