Méthode ISearchCatalogManager ::GetItemsChangedSink (searchapi.h)
Obtient l’interface du récepteur de notification de modification.
Syntaxe
HRESULT GetItemsChangedSink(
[in] ISearchNotifyInlineSite *pISearchNotifyInlineSite,
[in] REFIID riid,
[out] void **ppv,
[out] GUID *pGUIDCatalogResetSignature,
[out] GUID *pGUIDCheckPointSignature,
[out] DWORD *pdwLastCheckPointNumber
);
Paramètres
[in] pISearchNotifyInlineSite
Type : ISearchNotifyInlineSite*
Pointeur vers votre interface ISearchNotifyInlineSite .
[in] riid
Type : REFIID
UUID de l’interface ISearchItemsChangedSink .
[out] ppv
Type : void*
Reçoit un pointeur vers l’interface ISearchItemsChangedSink .
[out] pGUIDCatalogResetSignature
Type : GUID*
Reçoit un pointeur vers le GUID représentant la réinitialisation du catalogue. Si ce GUID change, toutes les notifications doivent être envoyées de nouveau.
[out] pGUIDCheckPointSignature
Type : GUID*
Reçoit un pointeur vers le GUID représentant un point de contrôle.
[out] pdwLastCheckPointNumber
Type : DWORD*
Reçoit un pointeur vers le numéro indiquant le dernier point de contrôle à enregistrer.
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 |