libmspack
Data Fields
mschmd_sec_mscompressed Struct Reference

A structure which represents the LZX compressed section of a CHM helpfile. More...

#include <mspack.h>

Collaboration diagram for mschmd_sec_mscompressed:
Collaboration graph
[legend]

Data Fields

struct mschmd_section base
 Generic section data. More...
 
struct mschmd_filecontent
 A pointer to the meta-file which represents all LZX compressed data. More...
 
struct mschmd_filecontrol
 A pointer to the file which contains the LZX control data. More...
 
struct mschmd_filertable
 A pointer to the file which contains the LZX reset table. More...
 
struct mschmd_filespaninfo
 A pointer to the file which contains the LZX span information. More...
 

Detailed Description

A structure which represents the LZX compressed section of a CHM helpfile.

All fields are READ ONLY.

Field Documentation

◆ base

struct mschmd_section mschmd_sec_mscompressed::base

Generic section data.

◆ content

struct mschmd_file* mschmd_sec_mscompressed::content

A pointer to the meta-file which represents all LZX compressed data.

◆ control

struct mschmd_file* mschmd_sec_mscompressed::control

A pointer to the file which contains the LZX control data.

◆ rtable

struct mschmd_file* mschmd_sec_mscompressed::rtable

A pointer to the file which contains the LZX reset table.

◆ spaninfo

struct mschmd_file* mschmd_sec_mscompressed::spaninfo

A pointer to the file which contains the LZX span information.

Available only in CHM decoder version 2 and above.


The documentation for this struct was generated from the following file: