ISearchLanguageSupport::IsNoiseWord Method
Checks a word against a list of words that have been excluded from indexing.
Syntax
HRESULT IsNoiseWord( LPCWSTR pszWord, LCID lcid, BOOL *pfIsNoise );
Parameters
- pszWord
[in] A pointer to the word to check.- lcid
[in] The language code identifier (LCID) of the word.- pfIsNoise
[out, retval] On return, contains a pointer to the determining value.
Return Value
Returns S_OK if successful, or an error value otherwise.