gentee
The main structure of gentee engine.
typedef struct
{
uint flags;
uint multib;
uint tempid;
str tempdir;
uint tempfile;
printfunc print;
getchfunc getch;
messagefunc message;
exportfunc export;
debugfunc debug;
pubyte args;
} gentee, *pgentee;
{
uint flags;
uint multib;
uint tempid;
str tempdir;
uint tempfile;
printfunc print;
getchfunc getch;
messagefunc message;
exportfunc export;
debugfunc debug;
pubyte args;
} gentee, *pgentee;
Members
flags | Flags.
| ||||||||||
multib | 1 if the current page is two-bytes code page | ||||||||||
tempid | The indetifier of the temporary directory. | ||||||||||
tempdir | The temporary directory | ||||||||||
tempfile | The handle of the file for locking tempdir | ||||||||||
The custom print function | |||||||||||
getch | The custom getch and scan function | ||||||||||
message | The custom message function | ||||||||||
export | The custom export function | ||||||||||
debug | The custom debug function | ||||||||||
args | Command -line arguments. arg1 0 arg2 00 |
Related links | Source |