Filter-Interface Values

[Indexing Service is no longer supported as of Windows XP and is unavailable for use as of Windows 8. Instead, use Windows Search for client side search and Microsoft Search Server Express for server side search.]

Values 0xHHHH1700 to 0xHHHH172F are return values produced when calling the methods of the IFilter interface to extract the text from a document, including any embedded or linked objects within it. The following table gives the filter-interface values in alphabetical order.

Constant/value Description
FILTER_E_ACCESS
0x80041703
Unable to access object.
FILTER_E_EMBEDDING_UNAVAILABLE
0x80041707
Unable to bind IFilter for embedded object.
FILTER_E_END_OF_CHUNKS
0x80041700
No more chunks of text available in object.
FILTER_E_LINK_UNAVAILABLE
0x80041708
Unable to bind IFilter for linked object.
FILTER_E_NO_MORE_TEXT
0x80041701
No more text available in chunk.
FILTER_E_NO_MORE_VALUES
0x80041702
No more property values available in chunk.
FILTER_E_NO_TEXT
0x80041705
No text in current chunk.
FILTER_E_NO_VALUES
0x80041706
No values in current chunk.
FILTER_E_PASSWORD
0x8004170B
File was not filtered due to password protection.
FILTER_E_UNKNOWNFORMAT
0x8004170C
The document format is not recognized by the filter.
FILTER_S_LAST_TEXT
0x00041709
This is the last text in the current chunk.
FILTER_S_LAST_VALUES
0x0004170A
This is the last value in the current chunk.
FILTER_W_MONIKER_CLIPPED
0x00041704
Moniker does not cover entire region.

Requirements

Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
End of client support
Windows 7
End of server support
Windows Server 2008 R2
Header
Cierror.h