| libmspack
   
    | 
A structure which represents the LZX compressed section of a CHM helpfile. More...
#include <mspack.h>
| Data Fields | |
| struct mschmd_section | base | 
| Generic section data. | |
| struct mschmd_file * | content | 
| A pointer to the meta-file which represents all LZX compressed data. | |
| struct mschmd_file * | control | 
| A pointer to the file which contains the LZX control data. | |
| struct mschmd_file * | rtable | 
| A pointer to the file which contains the LZX reset table. | |
| struct mschmd_file * | spaninfo | 
| A pointer to the file which contains the LZX span information. | |
A structure which represents the LZX compressed section of a CHM helpfile.
All fields are READ ONLY.
Generic section data.
A pointer to the meta-file which represents all LZX compressed data.
A pointer to the file which contains the LZX control data.
A pointer to the file which contains the LZX reset table.
A pointer to the file which contains the LZX span information.
Available only in CHM decoder version 2 and above.
 1.7.6.1
 1.7.6.1