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.
Symbolic | Value | Description |
---|---|---|
LZERROR_UNKNOWNALG | 0xFFFFFFF8 | /* compression algorithm not recognized */ |
LZERROR_BADVALUE | 0xFFFFFFF9 | /* input parameter out of acceptable range*/ |
LZERROR_GLOBLOCK | 0xFFFFFFFA | /* bad global handle */ |
LZERROR_GLOBALLOC | 0xFFFFFFFB | /* insufficient memory for LZFile struct */ |
LZERROR_WRITE | 0xFFFFFFFC | /* out of space for output file */ |
LZERROR_READ | 0xFFFFFFFD | /* corrupt compressed file format */ |
LZERROR_BADOUTHANDLE | 0xFFFFFFFE | /* invalid output handle */ |
LZERROR_BADINHANDLE | 0xFFFFFFFF | /* invalid input handle */ |
8 entries |