ISearchCatalogManager::NumberOfItemsToIndex method (searchapi.h)
Gets the number of items to be indexed within the catalog.
Syntax
HRESULT NumberOfItemsToIndex(
[out] LONG *plIncrementalCount,
[out] LONG *plNotificationQueue,
[out] LONG *plHighPriorityQueue
);
Parameters
[out] plIncrementalCount
Type: LONG*
Receives a pointer to the number of items to be indexed in the next incremental index.
[out] plNotificationQueue
Type: LONG*
Receives a pointer to the number of items in the notification queue.
[out] plHighPriorityQueue
Type: LONG*
Receives a pointer to the number of items in the high-priority queue. Items in the plHighPriorityQueue are indexed first.
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 |