Méthode ISearchManager2::D eleteCatalog (searchapi.h)
Supprime un catalogue existant et toutes les données indexées associées de l’indexeur Recherche Windows.
Syntaxe
HRESULT DeleteCatalog(
[in] LPCWSTR pszCatalog
);
Paramètres
[in] pszCatalog
Type : LPCWSTR
Nom du catalogue à supprimer. Le catalogue doit avoir été créé à un moment donné avec un appel à CreateCatalog().
Valeur retournée
Type : HRESULT
HRESULT indiquant status d’opération :
Code de retour | Description |
---|---|
|
Le catalogue existait auparavant et a maintenant été supprimé avec succès. |
|
Le catalogue n’existait pas auparavant, aucune modification. |
ÉCHEC HRESULT : Échec de la suppression du catalogue ou des arguments non valides passés.
Spécifications
Client minimal pris en charge | Windows 8 [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2012 [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | searchapi.h |