Share via


ISearchCatalogManager::NumberOfItemsToIndex Method

Gets the number of items to be indexed within the catalog.

Syntax

HRESULT NumberOfItemsToIndex(      
    LONG *plIncrementalCount,
    LONG *plNotificationQueue,
    LONG *plHighPriorityQueue
);

Parameters

  • plIncrementalCount
    [out]  Receives a pointer to the number of items to be indexed in the next incremental index.
  • plNotificationQueue
    [out]  Receives a pointer to the number of items in the notification queue.
  • plHighPriorityQueue
    [out]  Receives a pointer to the number of items in the high-priority queue. Items in the plHighPriorityQueue are indexed first.

Return Value

Returns S_OK if successful, or an error value otherwise.