Partager via


Méthode ISearchManager ::GetCatalog (searchapi.h)

Récupère un catalogue par son nom et crée un objet ISearchCatalogManager pour ce catalogue.

Syntaxe

HRESULT GetCatalog(
  [in]          LPCWSTR               pszCatalog,
  [out, retval] ISearchCatalogManager **ppCatalogManager
);

Paramètres

[in] pszCatalog

Type : LPCWSTR

Nom du catalogue à récupérer.

[out, retval] ppCatalogManager

Type : ISearchCatalogManager**

Reçoit l’adresse d’un pointeur vers l’objet ISearchCatalogManager nommé dans pszCatalog.

Valeur retournée

Type : HRESULT

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

Remarques

Actuellement, Microsoft Windows Desktop Search (WDS) 3.0 ne prend en charge qu’un seul catalogue et il est nommé SystemIndex.

Consultez l’exemple de code ReindexMatchingUrls pour voir comment spécifier les fichiers à réindexer et comment le configurer.

Configuration requise

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