#include <mspack.h>
Data Fields | |
mschmd_file * | next |
A pointer to the next file in the list, or NULL if this is the final file. | |
mschmd_section * | section |
A pointer to the section that this file is located in. | |
off_t | offset |
The offset within the section data that this file is located at. | |
off_t | length |
The length of this file, in bytes. | |
char * | filename |
The filename of this file -- a null terminated string in UTF8. |
All fields are READ ONLY.
|
The filename of this file -- a null terminated string in UTF8.
|
|
The length of this file, in bytes.
|
|
A pointer to the next file in the list, or NULL if this is the final file.
|
|
The offset within the section data that this file is located at.
|
|
A pointer to the section that this file is located in. Indirectly, it also points to the CHM helpfile the file is located in. |