Share via


ISearchCatalogManager::put_DiacriticSensitivity Method

Sets a value that determines whether the catalog is sensitive to diacritics. A diacritic is a mark added to a letter to idicate a special phonetic value or pronunciation.

Syntax

HRESULT put_DiacriticSensitivity(      
    BOOL fDiacriticSensitive
);

Parameters

  • fDiacriticSensitive
    [in] A Boolean value that determines whether the catalog is sensitive to diacritics. TRUE if the catalog is sensitive to and recognizes diacritics; otherwise, FALSE.

Return Value

Returns S_OK if successful, or an error value otherwise.