ISearchLanguageSupport::IsNoiseWord method
Checks a word against a list of words that have been excluded from indexing.
HRESULT IsNoiseWord(
[in] LPCWSTR pszWord,
[in] LCID lcid,
[out, retval] BOOL *pfIsNoise
);
pszWord [in]
Type: LPCWSTRA pointer to the word to check.
lcid [in]
Type: LCIDThe LCID of the word.
pfIsNoise [out, retval]
Type: BOOL*On return, contains a pointer to the determining value.
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Minimum supported client |
Windows XP with SP2, Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2003 with SP1 [desktop apps only] |
Redistributable |
Windows Desktop Search (WDS) 3.0 |
Header |
Searchapi.h |
IDL |
Searchlanguagesupport.idl |