SEARCH_ITEM_INDEXING_STATUS structure
Describes the status of a document to be indexed.
Syntax
typedef struct _SEARCH_ITEM_INDEXING_STATUS { DWORD dwDocID; HRESULT hrIndexingStatus; } SEARCH_ITEM_INDEXING_STATUS;
Members
- dwDocID
-
Type: DWORD
-
Document identifier.
- hrIndexingStatus
-
Type: HRESULT
-
An HRESULT value that corresponds to a system error code or a Component Object Model (COM) error code. S_OK if successful, or an error value otherwise.
Requirements
|
Minimum supported client |
Windows XP with SP2, Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Redistributable |
Windows Desktop Search (WDS) 3.0 |
|
Header |
|
|
IDL |
|
Show: