Container for DBF file handling. More...
#include <gg_structs.h>

Data Fields | |
| int | endian_arch | 
| DBF endian arch.  | |
| int | Valid | 
| validity flag: 1 = ready to be processed  | |
| char * | Path | 
| DBF file pathname.  | |
| FILE * | flDbf | 
| FILE handle.  | |
| gaiaDbfListPtr | Dbf | 
| list of DBF fields  | |
| unsigned char * | BufDbf | 
| I/O buffer.  | |
| int | DbfHdsz | 
| header size (in bytes)  | |
| int | DbfReclen | 
| record length (in bytes)  | |
| int | DbfSize | 
| current file size  | |
| int | DbfRecno | 
| current Record Number  | |
| void * | IconvObj | 
| handle to ICONV converter object  | |
| char * | LastError | 
| last error message (may be NULL)  | |
Container for DBF file handling.
 1.8.1.1