ISearchLanguageSupport::SetDiacriticSensitivity Method

Sets a value that indicates whether an implemented ISearchLanguageSupport interface is sensitive to diacritics. A diacritic is an accent mark added to a letter to idicate a special phonetic value or pronunciation.

Syntax

HRESULT SetDiacriticSensitivity(      
    BOOL fDiacriticSensitive
);

Parameters

  • fDiacriticSensitive
    [in] A Boolean value that indicates whether the interface is sensitive to diacritics. The default setting is FALSE, indicating that the interface ignores diacritical characters.

Return Value

Returns S_OK if successful, or an error value otherwise.