libmspack
Data Fields

mschmd_file Struct Reference

A structure which represents a file stored in a CHM helpfile. More...

#include <mspack.h>

Data Fields

struct mschmd_filenext
 A pointer to the next file in the list, or NULL if this is the final file.
struct mschmd_sectionsection
 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 UTF-8.

Detailed Description

A structure which represents a file stored in a CHM helpfile.

All fields are READ ONLY.


Field Documentation

The filename of this file -- a null terminated string in UTF-8.

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.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Defines