Return Codes

The following are the possible return values for LEADTOOLS ePrint 5 C DLL functions. These are the values in the L_ERROR.H file. The first table lists SUCCESS and FAILURE codes used by various LEADTOOLS ePrint 5 C DLL functions and the second table lists ERROR codes used by various LEADTOOLS ePrint 5 C DLL functions.

FAILURE

0

Function not successful.

SUCCESS

1

Function successful.

SUCCESS_ABORT

2

Function successful with an abort request.

SUCCESS_DELETE

3

Function successful with a delete file request.

SUCCESS_RETRY

4

Function successful with a retry request.

 

Note:

All LEADTOOLS function errors will return a negative number.

 

Error

No.

Description

ERROR_NO_MEMORY

-1

Not enough memory available.

ERROR_NO_BITMAP

-2

Invalid bitmap handle.

ERROR_MEMORY_TOO_LOW

-3

Not enough memory available.

ERROR_FILE_LSEEK

-4

Error seeking to position.

ERROR_FILE_WRITE

-5

Error writing file.

ERROR_FILE_GONE

-6

File not present - abort.

ERROR_FILE_READ

-7

Error reading file.

ERROR_INV_FILENAME

-8

Invalid filename specified.

ERROR_FILE_FORMAT

-9

Invalid file format.

ERROR_FILENOTFOUND

-10

File not found.

ERROR_INV_RANGE

-11

Invalid width/height.

ERROR_IMAGE_TYPE

-12

Image format recognized, but sub-type not supported.

ERROR_INV_PARAMETER

-13

Invalid parameter passed.

ERROR_FILE_OPEN

-14

Not able to open file.

ERROR_UNKNOWN_COMP

-15

Unknown compression format.

ERROR_FEATURE_NOT_SUPPORTED

-16

Feature not supported.

ERROR_NOT_256_COLOR

-17

VGA card only supports 256 colors (8 bit).

ERROR_PRINTER

-18

Printer error.

ERROR_CRC_CHECK

-19

Data CRC check error.

ERROR_QFACTOR

-21

Invalid QFactor specified.

ERROR_TARGAINSTALL

-22

TARGA not installed.

ERROR_OUTPUTTYPE

-23

Invalid compression format.

ERROR_XORIGIN

-24

X origin specified invalid.

ERROR_YORIGIN

-25

Y origin specified invalid.

ERROR_VIDEOTYPE

-26

Invalid video mode.

ERROR_BITPERPIXEL

-27

Invalid bits/pixel.

ERROR_WINDOWSIZE

-28

Invalid window size.

ERROR_NORMAL_ABORT

-29

Escape key pressed - or user aborted operation.

ERROR_NOT_INITIALIZED

-30

Internal error - call LEAD.

ERROR_CU_BUSY

-31

Internal error - call LEAD.

ERROR_INVALID_TABLE_TYPE

-32

Internal error - call LEAD.

ERROR_UNEQUAL_TABLES

-33

Internal error - call LEAD.

ERROR_INVALID_BUFFER

-34

Internal error - call LEAD.

ERROR_MISSING_TILE_DATA

-35

Internal error - call LEAD.

ERROR_INVALID_QVALUE

-36

Internal error - call LEAD.

ERROR_INVALIDDATA

-37

Internal error - call LEAD.

ERROR_INVALID_COMPRESSED_TYPE

-38

Internal error - call LEAD.

ERROR_INVALID_COMPONENT_NUM

-39

Internal error - call LEAD.

ERROR_INVALID_PIXEL_TYPE

-40

Internal error - call LEAD.

ERROR_INVALID_PIXEL_SAMPLING

-41

Internal error - call LEAD.

ERROR_INVALID_SOURCE_FILE

-42

Internal error - call LEAD.

ERROR_INVALID_TARGET_FILE

-43

Internal error - call LEAD.

ERROR_INVALID_IMAGE_DIMS

-44

Internal error - call LEAD.

ERROR_INVALID_TILE_DIMS

-45

Internal error - call LEAD.

ERROR_INVALID_PIX_BUFF_DIMS

-46

Internal error - call LEAD.

ERROR_SEGMENT_OVERFLOW

-47

Internal error - call LEAD.

ERROR_INVALID_SUBSAMPLING

-48

Internal error - call LEAD.

ERROR_INVALID_Q_VIS_TABLE

-49

Internal error - call LEAD.

ERROR_INVALID_DC_CODE_TABLE

-50

Internal error - call LEAD.

ERROR_INVALID_AC_CODE_TABLE

-51

Internal error - call LEAD.

ERROR_INSUFFICIENT_DATA

-52

Internal error - call LEAD.

ERROR_MISSING_FUNC_POINTER

-53

Internal error - call LEAD.

ERROR_TOO_MANY_DC_CODE_TABLES

-54

Internal error - call LEAD.

ERROR_TOO_MANY_AC_CODE_TABLES

-55

Internal error - call LEAD.

ERROR_INVALID_SUBIMAGE

-56

Internal error - call LEAD.

ERROR_INVALID_ABORTION

-57

Internal error - call LEAD.

ERROR_CU_NO_SUPPORT

-58

Internal error - call LEAD.

ERROR_CU_FAILURE

-59

Internal error - call LEAD.

ERROR_BAD_POINTER

-60

Internal error - call LEAD.

ERROR_HEADER_DATA_FAILUR

-61

Internal error - call LEAD.

ERROR_COMPRESSED_DATA_FAILURE

-62

Internal error - call LEAD.

ERROR_FIXEDPAL_DATA

-63

Fixed palette data not found.

ERROR_LOADFONT_DATA

-64

Fixed palette data not found.

ERROR_NO_STAMP

-65

Stamp not found.

ERROR_G3CODE_INVALID

-70

Invalid group 3 dat.

ERROR_G3CODE_EOF

-71

Group3 code end of file.

ERROR_G3CODE_EOL

-72

Group3 code end of code.

ERROR_PREMATURE_EOF

-73

Premature EOF at scanline.

ERROR_PREMATURE_EOL

-74

Premature end-of-line code.

ERROR_UNCOMP_EOF

-75

Premature end-of-line code.

ERROR_ACT_INCOMP

-76

Premature end-of-line code.

ERROR_BAD_DECODE_STATE

-77

Premature end-of-line code.

ERROR_VERSION_NUMBER

-78

Bad version number.

 

 

 

ERROR_USER_ABORT

-100

User has aborted operation

 

 

 

ERROR_BAD_TAG

-140

Bad TIFF tag

ERROR_INVALID_STAMP_SIZE

-141

Stamp size is too big or invalid bits/pixel, etc

ERROR_BAD_STAMP

-142

Stamp is present but data is corrupted

ERROR_DOCUMENT_NOT_ENABLED

-143

Document capability is required to use this function

ERROR_IMAGE_EMPTY

-144

Image is empty

ERROR_NO_CHANGE

-145

The image hasn't changed

ERROR_LZW_LOCKED

-146

The LZW capabilities are locked

ERROR_FPXEXTENSIONS_LOCKED

-147

The FlashPix extension capabilities are locked

ERROR_ANN_LOCKED

-148

One or more annotation objects are still locked

ERROR_EXCEPTION

-149

An unspecified exception occurred - could be memory access violations

 

 

 

ERROR_LTDIS_NOT_LOADED

-200

 LTDIS dll doesn't loaded.

ERROR_LTFIL_NOT_LOADED

-201

 LTFIL dll doesn't loaded.

 

 

 

ERROR_INV_HANDLE

-261

Invalid handle

 

 

 

ERROR_DXF_FILTER_MISSING

-309

The DXF filter is needed to use this function

ERROR_PAGE_NOT_FOUND

-310

Page not found

ERROR_DELETE_LAST_PAGE

-311

You cannot delete a page from a file containing only one page

ERROR_NO_HOTKEY

-312

There is no hotkey

ERROR_CANNOT_CREATE_HOTKEY_WINDOW

-313

Error creating the hotkey window

ERROR_MEDICAL_NOT_ENABLED

-314

Medical Express capability is required to use this function

ERROR_JBIG_NOT_ENABLED

-315

JBIG capability is required to use this function

ERROR_UNDO_STACK_EMPTY

-316

Undo stack is empty - too many undos

ERROR_NO_TOOLBAR

-317

ActiveX error - the toolbar window was not created

ERROR_MEDICAL_NET_NOT_ENABLED

-318

Medical Network Express capability is required to use this function

ERROR_JBIG_FILTER_MISSING

-319

The JBIG filter is needed to use this function

 

 

 

ERROR_WMF_FILTER_MISSING

-349

WMF filter is needed to use this function

ERROR_BROWSE_FAILED

-350

Directory browsing failed

ERROR_NOTHING_TO_DO

-351

There is nothing to do! - i.e. no files were found

ERROR_INTERNET_NOT_ENABLED

-352

Internet capability is required to use this function

ERROR_LVKRN_MISSING

-353

The LVKRN DLL is needed to use this function

ERROR_CMW_LOCKED

-354

The CMW support is locked

ERROR_CMW_FILTER_MISSING

-355

CMW filter is needed to use this function

ERROR_CMP_FILTER_MISSING

-356

CMP filter is needed to use this function

ERROR_FAX_FILTER_MISSING

-357

FAX filter is needed to use this function

ERROR_PDF_FILTER_MISSING

-358

PDF filter is needed to use this function

ERROR_TIF_FILTER_MISSING

-359

TIF filter is needed to use this function

 

 

 

ERROR_INV_HORZSIZE

-360

The horizontal size is outside the specification

ERROR_INV_VERTSIZE

-361

The vertical size is outside the specification

ERROR_ASPECTRATIO

-362

Invalid aspect ratio

ERROR_BITRATE

-363

Invalid bitrate

ERROR_VBV_BUFFER

-364

VBV Buffer Size is isn't valid

ERROR_CHROMA_FORMAT

-365

Invalid chroma format

ERROR_VIDEO_FORMAT

-366

Invalid video format

ERROR_COLOR_PRIMARY

-367

Invalid number of color primaries

ERROR_TRANSFER_CHAR

-368

Invalid number of transfer characteristics

ERROR_MATRIX_COEFF

-369

Invalid number of matrix coefficients

ERROR_DISPLAY_HORZSIZE

-370

Invalid horizontal display size

ERROR_DISPLAY_VERTSIZE

-371

Invalid vertical display size

ERROR_INTRA_DCPREC

-372

Invalid Intra DC Precision

ERROR_FCODE

-373

Invalid f code

ERROR_SRCH_WINDOW

-374

Invalid motion data search window

ERROR_PROFILEID

-375

Invalid profile id

ERROR_LEVELID

-376

Invalid level id

ERROR_PROFILEID_NS

-377

Encoder doesn't support scalable bitstreams

ERROR_INV_COMBINATION

-378

Undefined Profile & Level id combination

ERROR_BPIC_NOTALLOWED

-379

B Pictures not allowed

ERROR_RPTFIRST_MUSTBEZERO

-380

Repeat first must be zero

ERROR_FRAME_RATE

-381

Invalid frame rate

 

 

 

ERROR_VECTOR_NOT_ENABLED

-400

Vector capability is required to use this function

ERROR_VECTOR_DXF_NOT_ENABLED

-401

Vector DXF capability is required to use this function

ERROR_VECTOR_DWG_NOT_ENABLED

-402

Vector DWG capability is required to use this function

ERROR_VECTOR_MISC_NOT_ENABLED

-403

Vector Misc capability is required to use this function

ERROR_TAG_MISSING

-404

Tag not found

ERROR_VECTOR_DWF_NOT_ENABLED

-405

Vector DWF capability is required to use this function

ERROR_NO_UNDO_STACK

-406

There is no undo stack

ERROR_UNDO_DISABLED

-407

The undo is disabled

ERROR_PDF_NOT_ENABLED

-408

PDF capability is required to use this function

ERROR_ENTENSIONS_MISSING

-409

EXIF extensions are missing

 

 

 

ERROR_VECTOR_IS_LOCKED

-500

Vector handle is locked

ERROR_VECTOR_IS_EMPTY

-501

Vector is empty

ERROR_VECTOR_LAYER_NOT_FOUND

-502

Layer is not found

ERROR_VECTOR_LAYER_IS_LOCKED

-503

Layer is locked

ERROR_VECTOR_LAYER_ALREADY_EXISTS

-504

Layer already exists

ERROR_VECTOR_OBJECT_NOT_FOUND

-505

Object is not found

ERROR_VECTOR_INVALID_OBJECT_TYPE

-506

Invalid object type

ERROR_VECTOR_PEN_NOT_FOUND

-507

Pen is not found

ERROR_VECTOR_BRUSH_NOT_FOUND

-508

Brush is not found

ERROR_VECTOR_FONT_NOT_FOUND

-509

Font is not found

ERROR_VECTOR_BITMAP_NOT_FOUND

-510

Bitmap is not found

ERROR_VECTOR_POINT_NOT_FOUND

-511

Point is not found

ERROR_VECTOR_ENGINE_NOT_FOUND

-512

Vector engine not found

ERROR_VECTOR_INVALID_ENGINE

-513

Invalid vector engine

ERROR_VECTOR_CLIPBOARD

-514

Clipboard error

ERROR_VECTOR_CLIPBOARD_IS_EMPTY

-515

Clipboard is empty

ERROR_VECTOR_CANT_ADD_TEXT

-516

Cannot add text

ERROR_VECTOR_CANT_READ_WMF

-517

Cannot read WMF

ERROR_VECTOR_GROUP_NOT_FOUND

-518

Group is not found

ERROR_VECTOR_GROUP_ALREADY_EXISTS

-519

Group already exists

 

 

 

ERROR_JP2_FAILURE

-530

Error in JP2 Box values

ERROR_JP2_SIGNATURE

-531

The header does not match the JP2 signature - not a JP2 file

ERROR_JP2_UNSUPPORTED

-532

JP2 file has a feature that is unsupported

ERROR_J2K_FAILURE

-533

Invalid save options were specified to the encoder

ERROR_J2K_NO_SOC

-534

File header does not contain SOC marker

ERROR_J2K_NO_SOT

-535

File contains complete header but no compressed image data

ERROR_J2K_INFORMATION_SET

-536

Invalid save options were specified or file includes invalid encoded values

ERROR_J2K_LOW_TARGET_SIZE

-537

Compression ratio, target file size, or tile size was too small for encoder

ERROR_J2K_DECOMPOSITION_LEVEL

-538

Specified Wavelet decomposition level was too high

ERROR_J2K_MARKER_VALUE

-539

Decoder could not translate J2K marker - file is corrupt or invalid

ERROR_J2K_UNSUPPORTED

-540

J2K file has image with more than 30 bits per component

ERROR_J2K_FILTER_MISSING

-541

J2K filter is needed to use this function

ERROR_J2K_LOCKED

-542

J2K support is locked

 

 

 

 

 

 

ERROR_INV_SEG_HANDLE

-700

Invalid segmentation handle

ERROR_INV_SEG_DATA 

-701

Invalid segmentation data

ERROR_INV_LAYER_DATA

-702

Invalid layer data

ERROR_MRC_NOT_ALLOCATED

-703

Segmentation handle not initialized

ERROR_INV_MIN_SEGMENT

-704

Invalid minimum segment width or height

ERROR_SEGMENTATION_FAILURE

-705

Segmentation process Failure

ERROR_MRC_INV_PAGE

-706

Invalid MRC file's page number

 

 

 

ERROR_PDF_FILE_ENCRYPTED

-721

The PDF file is encrypted and the szPassword member of the FILEPDFOPTIONS is not set. (No password.)

ERROR_PDF_INVALID_PASSWORD

-722

Invalid password specified

ERROR_PDF_FAX_NOT_ENABLED

-723

LFFAX is required for this function

ERROR_PDF_JPEG_NOT_ENABLED

-724

LFCMP is required for this function

ERROR_PDF_INV_DOC_STRUCTURING_COMMENTS

-725

Invalid Document Structuring Comments (PS and EPS)

ERROR_PDF_FONTS_DIRECTORY_NOT_FOUND

-726

Could not find the Fonts directory.

ERROR_PDF_CANNOT_EDIT_FILE

-727

Cannot insert, delete, append or replace pages.

ERROR_PDF_BAD_CONTENT

-728

File is corrupted.

ERROR_PDF_BAD_INITIALIZATION_FILES

-729

The files required for initializing the PDF engine were not found, or they were found, but are not correct.

 

 

 

ERROR_SVG_FILE_SIZE_READ

-770

SVG - Invalid File Size Read

ERROR_SVG_ROOT_NOT_SVG

-771

SVG - ROOT is Not SVG

ERROR_SVG_NOFOUND_ROOT_ELEMENT

-772

SVG - Root Element Not Found

ERROR_SVG_INV_ELEMENT

-773

SVG - Invalid Element

ERROR_SVG_DUPLICATED_ATTRIBUTE

-774

SVG - Duplicated Attribute

ERROR_SVG_INV_ATTRIBUTE

-775

SVG - Invalid Attribute

ERROR_SVG_INV_ATTRIBUTE_VALUE

-776

SVG - Invalid Attribute Value

ERROR_SVG_BAD_CSS_PROPERTY

-777

SVG - Bad CSS Property

ERROR_SVG_MISSING_REQUIRED_ATTRIBUTE

-778

SVG - Missing Required Attribute

ERROR_SVG_DUPLICATED_ID

-779

SVG - Duplicated ID

ERROR_SVG_INV_COORDINATES_NUMBER

-780

SVG - Invalid Coordinates Number

ERROR_SVG_INV_STRING_COMMA

-781

SVG - Invalid String Comma

 

 

 

ERROR_INVALID_FORMAT

-785

Invalid format.

ERROR_UNSUPPORTED_METHOD

-786

Unsupported method.

ERROR_OPENING_PROFILE

-787

Opening profile.

ERROR_INVALID_COLOR_PROFILE

-788

Invalid color profile.

ERROR_INVALID_STRUCT_SIZE

-789

Invalid structure size.

 

 

 

ERROR_U_V_NOT_MULTIPLES

-791

Vertical subsampling period of U must be must be multiple of vertical subsampling period of V, or vice versa. Also horizontal subsampling period of U must be multiple of horizontal subsampling period of V, or vice versa. Otherwise the error is triggered.

ERROR_NO_NONPLANAR_VERTICAL_SUBSAMPLING_SUPPORTED

-792

Non-planar vertical sub-sampling is not supported.

ERROR_PLANAR_ALIGNMENT_NOT_SUPPORTED

-793

Planar alignment is not supported.

ERROR_UNSUPPORTED_CONVERSION

-794

Unsupported conversion.

ERROR_TRUNCATE_HEIGHT

-795

Height was truncated.

ERROR_TRUNCATE_WIDTH

-796

Width was truncated.

ERROR_TRUNCATE_WIDTH_AND_HEIGHT

-797

Height and width were truncated.

 

 

 

ERROR_LAYER_MISSING

-800

The PSD layer is missing.

ERROR_BAD_MARKER

-801

Bad JPEG marker.

ERROR_AUDIO_MISSING

-802

The audio data is not present.

ERROR_DICOM_NOT_ENABLED

-803

DICOM support is required to use this function

ERROR_EXTGRAY_NOT_ENABLED

-804

Extended grayscale support is required to use this function

ERROR_FILE_READONLY

-805

File is read-only. Cannot open file with write access

ERROR_BAD_RESYNC_MARKER

-806

Bad JPEG Resync marker

ERROR_LTCLR_MISSING

-807

LTCLR DLL is missing

ERROR_MARKER_SIZE_TOO_BIG

-808

The size of the JPEG marker cannot exceed 64K

ERROR_MARKER_MISSING

-809

The required JPEG marker is missing

ERROR_EXTENSIONS_MISSING

-810

This file does not contain Exif extensions

ERROR_MARKER_INDEX 

-811

The marker index is invalid (too big)

ERROR_NO_PROFILE

-812

The ICC profile was not found

ERROR_DECODING_PROFILE

-813

An error has occurred while decoding the profile

ERROR_NULL_PTR

-814

A NULL pointer was passed

ERROR_NO_OVERLAY

-815

The overlay does not exist

ERROR_OVERLAY_INDEX

-816

Something is wrong with the overlay index

ERROR_CORRUPT_PROFILE

-817

The ICC profile was invalid

ERROR_LTSGM_MISSING

-818

LTSGM DLL is missing

ERROR_DCR_FILTER_MISSING

-819

LFDCR filter is needed to use this function

ERROR_KDC_FILTER_MISSING

-820

LFKDC filter is needed to use this function

ERROR_DCS_FILTER_MISSING

-821

LFDCS filter is needed to use this function

ERROR_ABC_FILTER_MISSING

-822

LFABC filter is needed to use this function

ERROR_ABI_FILTER_MISSING

-823

LFABI (ABIC) filter is needed to use this function

ERROR_JB2_FILTER_MISSING

-824

LFJB2 (JBIG2) filter is needed to use this function

 

 

 

ERROR_LTCLR_DLL_NOTLOADED

-900

The LTCLR DLL is not loaded

ERROR_LTDLGRES_DLL_NOTLOADED

-901

The LDLGRES DLL is not loaded

ERROR_LTDLG_COLOR_NOTINITIALIZE

-902

You must initialize LTDLG using L_DlgInit

 

 

 

ERROR_IMAGE_SIZE

-910

Image size not sufficient

ERROR_NO_MESSAGE

-911

There is no message

ERROR_INV_PASSWORD

-912

Invalid password

ERROR_TIFF_COMMAND_NOT_ALLOWED

-913

The specified TIFF command is not allowed

ERROR_BAD_TIFF_TAG_VALUE

-914

Bad TIFF Tag value

ERROR_NOT_MULTIPAGE_TIFF_FILE

-915

Not Multi-Page TIFF file

ERROR_DELETE_TIFF_FILE_NOT_ALLOWED

-916

Not allowed to delete the TIFF file

ERROR_COMPACT_ABORTED

-917

The compact function was finished without copying all the pages.

ERROR_INV_COLORSPACE

-918

Invalid color-space

 

 

 

ERROR_LTPRO_NOT_ENABLED

-930

LEADTOOLS Pro Features are not enabled

 

 

 

ERROR_EPRINT_LOCKED

-1000

ePrint is locked, Please execute a License Agreement

ERROR_EPRINT_MORE_DATA

-1001

Allocated memory are not enough to retrieve the required data

ERROR_EPRINT_NO_OPTIONS

-1002

No previously options set

ERROR_EPRINT_NOT_EPRINT_PRINTER

-1003

Not an ePrint Printer

ERROR_EPRINT_NOT_OEM_PRINTER

-1004

Not an OEM ePrint Printer

ERROR_EPRINT_PRINTER_DATA

-1005

Invalid printer data

ERROR_EPRINT_SET_PRINTER_DATA

-1006

Can not set printer data

ERROR_EPRINT_CREATE_REG_KEY

-1007

Can not create registry key

ERROR_EPRINT_SET_REG_VALUE

-1008

Can not set registry key value

ERROR_EPRINT_ADD_PRINTER

-1009

Can not add printer

ERROR_EPRINT_SUPPORT_KEY

-1010

Invalid support key

ERROR_EPRINT_PRINTER_NOTFOUND

-1011

Printer not found

ERROR_EPRINT_ROOTDIR_NOTFOUND

-1012

Root directory not found

ERROR_EPRINT_CONNECTION_EXE_NOTFOUND

-1013

Connection file not found

ERROR_EPRINT_SPOOL_FOLDER_NOTFOUND

-1014

Spool folder not found

ERROR_EPRINT_INVALID_PRINTER_TYPE

-1015

Invalid printer type

ERROR_EPRINT_CREATE_DC

-1018

Can not create device context

ERROR_EPRINT_CREATE_TEMP_FILE

-1019

Can not create temporary file

ERROR_EPRINT_CLASS_NOT_REGISTERED

-1020

A specified class is not registered in the registration database

ERROR_EPRINT_INVALID_SERIAL_NUMBER

-1021

Invalid Serial Number

ERROR_EPRINT_LOAD_DLL

-1022

Error loading DLL

 

 

 

ERROR_OPT_ABORT

-1100

Abort the optimization operation

ERROR_OPT_SKIPIMAGE

-1101

Skip optimizing current image

ERROR_OPT_INVALID_INPUT_PATH

-1102

Invalid input path

ERROR_OPT_INVALID_OUTPUT_PATH

-1103

Invalid output path

ERROR_OPT_CANNOT_CREATE_OUTPUTPATH

-1104

Cannot Create Output Directory

 

 

 

ERROR_ICC_UNKNOWN_TAG

-1150

Unknown ICC profile Tag

ERROR_ICC_UNKNOWN_TYPE

-1151

Unknown ICC profile Type

ERROR_ICC_UNKNOWN_TAG_AND_TYPE

-1152

Unknown ICC profile Tag and Type

ERROR_INVALID_ICC_PROFILE

-1153

Invalid ICC profile

ERROR_ICC_IMAGE_NOT_SUPPORTED

-1154

Invalid ICC profile

 

 

 

ERROR_INV_VARIANT_TYPE

-1350

Invalid Variant type

ERROR_INV_STRING

-1351

Invalid string value

ERROR_INV_DISPATCH

-1352

Invalid dispatch

ERROR_INV_FILTERNAME

-1353

Invalid filter name

 

 

 

ERROR_SIGNED_DATA_NOT_SUPPORTED

-1360

Signed image data not supported

ERROR_ABC_LOCKED

-1361

ABC file format is locked

ERROR_JBIG2_LOCKED

-1362

JBIG2 file format is locked