Auf Englisch lesen

Freigeben über


ISearchLanguageSupport::IsNoiseWord method

Checks a word against a list of words that have been excluded from indexing.

Syntax

c++
HRESULT IsNoiseWord(
  [in]          LPCWSTR pszWord,
  [in]          LCID    lcid,
  [out, retval] BOOL    *pfIsNoise
);

Parameters

  • pszWord [in]
    Type: LPCWSTR

    A pointer to the word to check.

  • lcid [in]
    Type: LCID

    The LCID of the word.

  • pfIsNoise [out, retval]
    Type: BOOL*

    On return, contains a pointer to the determining value.

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

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