Méthode ISearchLanguageSupport ::LoadWordBreaker (searchapi.h)

Récupère une interface vers le disjoncteur inscrit pour l’identificateur de code de langue (LCID) spécifié.

Syntaxe

HRESULT LoadWordBreaker(
  [in]  LCID   lcid,
  [in]  REFIID riid,
  [out] void   **ppWordBreaker,
  [out] LCID   *pLcidUsed
);

Paramètres

[in] lcid

Type : LCID

LCID demandé.

[in] riid

Type : REFIID

IID de l’interface à interroger.

[out] ppWordBreaker

Type : void**

Au retour, contient l’adresse d’un pointeur vers l’interface du LCID contenu dans pLcidUsed.

[out] pLcidUsed

Type : LCID*

Au retour, contient un pointeur vers le LCID réel utilisé.

Valeur retournée

Type : HRESULT

Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.

Spécifications

Condition requise Valeur
Client minimal pris en charge Windows XP avec SP2, Windows Vista [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2003 avec SP1 [applications de bureau uniquement]
Plateforme cible Windows
En-tête searchapi.h
Composant redistribuable Windows Desktop Search (WDS) 3.0