Namespace: FilterLibrary
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
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 name | Value | Description | |
---|---|---|---|
S_OK | 0 | Success | |
E_ACCESSDENIED | 2147942405 | The function was denied access to the filter file. | |
E_HANDLE | 2147942406 | The function encountered an invalid handle, probably due to a low-memory situation. | |
E_INVALIDARG | 2147942487 | The function received an invalid parameter. | |
E_OUTOFMEMORY | 2147942414 | Out of memory | |
E_NOTIMPL | 2147500033 | Not implemented | |
E_FAIL | 2147483656 | Unknown error | |
FILTER_E_PASSWORD | 2147751691 | File not filtered due to password protection | |
FILTER_E_UNKNOWNFORMAT | 2147751692 | The document format is not recognised by the filter | |
FILTER_E_NO_TEXT | 2147751685 | No text in current chunk | |
FILTER_E_NO_VALUES | 2147751686 | No values in current chunk | |
FILTER_E_END_OF_CHUNKS | 2147751680 | No more chunks of text available in object | |
FILTER_E_NO_MORE_TEXT | 2147751681 | No more text available in chunk | |
FILTER_E_NO_MORE_VALUES | 2147751682 | No more property values available in chunk | |
FILTER_E_ACCESS | 2147751683 | Unable to access object | |
FILTER_W_MONIKER_CLIPPED | 268036 | Moniker doesn't cover entire region | |
FILTER_E_EMBEDDING_UNAVAILABLE | 2147751687 | Unable to bind IFilter for embedded object | |
FILTER_E_LINK_UNAVAILABLE | 2147751688 | Unable to bind IFilter for linked object | |
FILTER_S_LAST_TEXT | 268041 | This is the last text in the current chunk | |
FILTER_S_LAST_VALUES | 268042 | This is the last value in the current chunk |