ISearchCatalogManager::GetItemsChangedSink method (searchapi.h)
Gets the change notification sink interface.
Syntax
HRESULT GetItemsChangedSink(
[in] ISearchNotifyInlineSite *pISearchNotifyInlineSite,
[in] REFIID riid,
[out] void **ppv,
[out] GUID *pGUIDCatalogResetSignature,
[out] GUID *pGUIDCheckPointSignature,
[out] DWORD *pdwLastCheckPointNumber
);
Parameters
[in] pISearchNotifyInlineSite
Type: ISearchNotifyInlineSite*
A pointer to your ISearchNotifyInlineSite interface.
[in] riid
Type: REFIID
The UUID of the ISearchItemsChangedSink interface.
[out] ppv
Type: void*
Receives a pointer to the ISearchItemsChangedSink interface.
[out] pGUIDCatalogResetSignature
Type: GUID*
Receives a pointer to the GUID representing the catalog reset. If this GUID changes, all notifications must be resent.
[out] pGUIDCheckPointSignature
Type: GUID*
Receives a pointer to the GUID representing a checkpoint.
[out] pdwLastCheckPointNumber
Type: DWORD*
Receives a pointer to the number indicating the last checkpoint to be saved.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP with SP2, Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 with SP1 [desktop apps only] |
Target Platform | Windows |
Header | searchapi.h |
Redistributable | Windows Desktop Search (WDS) 3.0 |