back to Table of Contents


Common Results

The functions EncryptFile() and DecryptFile() have common results which indicate either success or failure of operation. The following numbers are defined as CONSTs in the des56.bi file.


WARNINGS & ERRORS:

DES56_WARN_NOTCRYPTED

DES56_ERROR_NONE
DES56_ERROR_NOACCESS
DES56_ERROR_NOPASS
DES56_ERROR_BADCHUNK
DES56_ERROR_TRUNCATED
DES56_ERROR_WRONGCRC
DES56_ERROR_FILEOP
DES56_ERROR_FILEREAD
DES56_ERROR_FILEWRITE
DES56_ERROR_LOWMEM

back to Table of Contents