Méthode ISearchPersistentItemsChangedSink ::OnItemsChanged (searchapi.h)
Avertit l’indexeur d’indexer les éléments modifiés.
Syntaxe
HRESULT OnItemsChanged(
[in] DWORD dwNumberOfChanges,
[in] SEARCH_ITEM_PERSISTENT_CHANGE [] DataChangeEntries,
[out] HRESULT [] hrCompletionCodes
);
Paramètres
[in] dwNumberOfChanges
Type : DWORD
Nombre de modifications signalées.
[in] DataChangeEntries
Type : SEARCH_ITEM_PERSISTENT_CHANGE[]
Tableau de structures de type SEARCH_ITEM_PERSISTENT_CHANGE identifiant les détails de chaque modification.
[out] hrCompletionCodes
Type : HRESULT[]
Indique si chaque URL a été acceptée pour l’indexation.
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 [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | searchapi.h |
Composant redistribuable | Windows Desktop Search (WDS) 3.0 |