Main Page | Data Structures | Directories | File List | Data Fields | Globals

mschmd_section Struct Reference

A structure which represents a section of a CHM helpfile. More...

#include <mspack.h>


Data Fields

mschmd_headerchm
 A pointer to the CHM helpfile that contains this section.
unsigned int id
 The section ID.


Detailed Description

A structure which represents a section of a CHM helpfile.

All fields are READ ONLY.

Not used directly, but used as a generic base type for mschmd_sec_uncompressed and mschmd_sec_mscompressed.


Field Documentation

struct mschmd_header* mschmd_section::chm
 

A pointer to the CHM helpfile that contains this section.

unsigned int mschmd_section::id
 

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.


The documentation for this struct was generated from the following file:
Generated on Mon Sep 13 16:16:54 2010 for libmspack by  doxygen 1.3.9.1