gentee
Главная структура gentee.
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;
Поля типа
| flags | Флаги.
| ||||||
| multib | 1 если текущая кодировка двухбайтовая. | ||||||
| tempid | Идентификатор временной директории. | ||||||
| tempdir | Временная директория. | ||||||
| tempfile | Идентификатор файла для защиты временной диркетории. | ||||||
| print функция не по умолчанию. | |||||||
| getch | getch и scan не по умолчанию. | ||||||
| message | message функция не по умолчанию. | ||||||
| export | export функция. | ||||||
| debug | debug функция. | ||||||
| args | Аргументы командной строки. arg1 0 arg2 00 |
Смотрите также | Исходники |