Scribus
Open source desktop publishing at your fingertips
pdb_header Struct Reference

PDB document header http://www.pyrite.org/doc_format.html version 2 bytes 0x0002 if data is compressed, 0x0001 if uncompressed spare 2 bytes purpose unknown (set to 0 on creation) length 4 bytes total length of text before compression records 2 bytes number of text records record_size 2 bytes maximum size of each record (usually 4096; see below) position 4 bytes currently viewed position in the document sizes 2*records bytes record size array 78 bytes total. More...

#include <pdbim.h>

Public Attributes

char name [dmDBNameLength]
 
Word attributes
 
Word version
 
DWord create_time
 
DWord modify_time
 
DWord backup_time
 
DWord modificationNumber
 
DWord appInfoID
 
DWord sortInfoID
 
char type [4]
 
char creator [4]
 
DWord id_seed
 
DWord nextRecordList
 
Word numRecords
 

Detailed Description

PDB document header http://www.pyrite.org/doc_format.html version 2 bytes 0x0002 if data is compressed, 0x0001 if uncompressed spare 2 bytes purpose unknown (set to 0 on creation) length 4 bytes total length of text before compression records 2 bytes number of text records record_size 2 bytes maximum size of each record (usually 4096; see below) position 4 bytes currently viewed position in the document sizes 2*records bytes record size array 78 bytes total.


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