#include <mspack.h>
Data Fields | |
| mschmd_section | base |
| Generic section data. | |
| mschmd_file * | content |
| A pointer to the meta-file which represents all LZX compressed data. | |
| mschmd_file * | control |
| A pointer to the file which contains the LZX control data. | |
| mschmd_file * | rtable |
| A pointer to the file which contains the LZX reset table. | |
All fields are READ ONLY.
struct mschmd_section mschmd_sec_mscompressed::base [read] |
Generic section data.
struct mschmd_file* mschmd_sec_mscompressed::content [read] |
A pointer to the meta-file which represents all LZX compressed data.
struct mschmd_file* mschmd_sec_mscompressed::control [read] |
A pointer to the file which contains the LZX control data.
struct mschmd_file* mschmd_sec_mscompressed::rtable [read] |
A pointer to the file which contains the LZX reset table.
1.5.2