Namespace: FilterLibrary
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public enum IFilterReturnCodes
Visual Basic
Public Enumeration IFilterReturnCodes
Visual C++
public enum class IFilterReturnCodes

Members

Member nameValueDescription
S_OK0 Success
E_ACCESSDENIED2147942405 The function was denied access to the filter file.
E_HANDLE2147942406 The function encountered an invalid handle, probably due to a low-memory situation.
E_INVALIDARG2147942487 The function received an invalid parameter.
E_OUTOFMEMORY2147942414 Out of memory
E_NOTIMPL2147500033 Not implemented
E_FAIL2147483656 Unknown error
FILTER_E_PASSWORD2147751691 File not filtered due to password protection
FILTER_E_UNKNOWNFORMAT2147751692 The document format is not recognised by the filter
FILTER_E_NO_TEXT2147751685 No text in current chunk
FILTER_E_NO_VALUES2147751686 No values in current chunk
FILTER_E_END_OF_CHUNKS2147751680 No more chunks of text available in object
FILTER_E_NO_MORE_TEXT2147751681 No more text available in chunk
FILTER_E_NO_MORE_VALUES2147751682 No more property values available in chunk
FILTER_E_ACCESS2147751683 Unable to access object
FILTER_W_MONIKER_CLIPPED268036 Moniker doesn't cover entire region
FILTER_E_EMBEDDING_UNAVAILABLE2147751687 Unable to bind IFilter for embedded object
FILTER_E_LINK_UNAVAILABLE2147751688 Unable to bind IFilter for linked object
FILTER_S_LAST_TEXT268041 This is the last text in the current chunk
FILTER_S_LAST_VALUES268042 This is the last value in the current chunk

See Also