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
    Document identifier.
  • hrIndexingStatus
    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.

Structure Information

Header and IDL files searchapi.h, srchntfyinlinesite.idl
Minimum operating systems Windows XP Service Pack 2 (SP2) with Windows Desktop Search (WDS) 3.0, Windows Server 2003, Windows Vista