Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP with SP2, Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Header | searchapi.h |
| Redistributable | Windows Desktop Search (WDS) 3.0 |