This is work in progress.

Windows / Headers / lzexpand.h

lzexpand.h

Public interface to LZEXP?.LIB.

Associated Error Codes

Below is a list of error codes found for this header.

SymbolicValueDescription
LZERROR_UNKNOWNALG0xFFFFFFF8/* compression algorithm not recognized */
LZERROR_BADVALUE0xFFFFFFF9/* input parameter out of acceptable range*/
LZERROR_GLOBLOCK0xFFFFFFFA/* bad global handle */
LZERROR_GLOBALLOC0xFFFFFFFB/* insufficient memory for LZFile struct */
LZERROR_WRITE0xFFFFFFFC/* out of space for output file */
LZERROR_READ0xFFFFFFFD/* corrupt compressed file format */
LZERROR_BADOUTHANDLE0xFFFFFFFE/* invalid output handle */
LZERROR_BADINHANDLE0xFFFFFFFF/* invalid input handle */
8 entries