Share via


ISearchCatalogManager::get_DiacriticSensitivity Method

Gets a value that indicates 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 get_DiacriticSensitivity(      
    BOOL *pfDiacriticSensitive
);

Parameters

  • pfDiacriticSensitive
    [out, retval] Receives a pointer to a Boolean value that indicates 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.