#include <mspack.h>
Data Fields | |
mschmd_header * | chm |
A pointer to the CHM helpfile that contains this section. | |
unsigned int | id |
The section ID. |
All fields are READ ONLY.
Not used directly, but used as a generic base type for mschmd_sec_uncompressed and mschmd_sec_mscompressed.
|
A pointer to the CHM helpfile that contains this section.
|
|
The section ID. Either 0 for the uncompressed section mschmd_sec_uncompressed, or 1 for the LZX compressed section mschmd_sec_mscompressed. No other section IDs are known. |