DLL Interface

Message Codes

Encoding messages (0-14)

Decoding messages (15-24)

Encoding Messages

0

DELTAMAX_MSG_ENCODE_ALL_START

Preparing to encode.

1

DELTAMAX_MSG_ENCODE_PASS_START

Starting encode pass.

2

DELTAMAX_MSG_ENCODE_OPENING_FILES

Opening files.

3

DELTAMAX_MSG_ENCODE_ALLOCATING_MEMORY

Allocating memory.

4

DELTAMAX_MSG_ENCODE_WRITING_DIFF_HEADER

Writing diff header.

5

DELTAMAX_MSG_ENCODE_ENCODING_EMPTY_TARGET_FILE

Encoding empty target file.

6

DELTAMAX_MSG_ENCODE_ENCODING_WHOLE_TARGET_FILE

Encoding whole target file.

7

DELTAMAX_MSG_ENCODE_PRELOADING_SOURCE_FILE

Preloading source file.

8

DELTAMAX_MSG_ENCODE_BUILDING_HASH_TABLE

Indexing source file.

9

DELTAMAX_MSG_ENCODE_DIFFERENCING

Differencing.

10

DELTAMAX_MSG_ENCODE_WRITING_DATA

Writing data.

11

DELTAMAX_MSG_ENCODE_DIFF_FILE_CREATED

Diff file created.

12

DELTAMAX_MSG_ENCODE_DEALLOCATING_MEMORY

Deallocating memory.

13

DELTAMAX_MSG_ENCODE_PASS_DONE

Encode pass done.

14

DELTAMAX_MSG_ENCODE_ALL_DONE

Done.

Decoding Messages

15

DELTAMAX_MSG_DECODE_ALL_START

Preparing to decode.

16

DELTAMAX_MSG_DECODE_OPENING_FILES

Opening files.

17

DELTAMAX_MSG_DECODE_READING_DIFF_HEADER

Reading diff header.

18

DELTAMAX_MSG_DECODE_PRESIZING_TARGET_FILE

Presizing target file.

19

DELTAMAX_MSG_DECODE_ALLOCATING_MEMORY

Allocating memory.

20

DELTAMAX_MSG_DECODE_PRELOADING_SOURCE_FILE

Preloading source file.

21

DELTAMAX_MSG_DECODE_DECODING

Decoding.

22

DELTAMAX_MSG_DECODE_TARGET_FILE_CREATED

Target file created.

23

DELTAMAX_MSG_DECODE_DEALLOCATING_MEMORY

Deallocating memory.

24

DELTAMAX_MSG_DECODE_ALL_DONE

Done.

See Also: Error Codes, DeltaMAXEncode, DeltaMAXDecode