ISearchNotifyInlineSite::OnItemIndexedStatusChange Method

Called by the search service to notify the client when the status of a particular document or item changes.

Syntax

HRESULT OnItemIndexedStatusChange(      
    SEARCH_INDEXING_PHASE sipStatus,
    DWORD dwNumEntries,
    SEARCH_ITEM_INDEXING_STATUS rgItemStatusEntries[]
);

Parameters

  • sipStatus
    [in]  The SEARCH_INDEXING_PHASE status of each document in the array being sent.
  • dwNumEntries
    [in]  The number of entries in rgItemStatusEntries.
  • rgItemStatusEntries
    [in]  An array of SEARCH_ITEM_INDEXING_STATUS structures containing status update information.

Return Value

Returns S_OK if successful, or an error value otherwise.

See Also

Notifying the Index of Changes