home *** CD-ROM | disk | FTP | other *** search
- {$if not def CONSOLEHANDLE_H }
- Const
- CONSOLEHANDLE_H = 4711;
-
- { --- KickPascal-Interne Struktur --- }
-
- Type
- ConsoleHandle = Record
- Link: ^Ptr;
- Size: Long;
- Special1, Special2: Ptr;
- ReadIO: IOStdReq;
- WriteIO: IOStdReq;
- ReadPort: MsgPort;
- WritePort: MsgPort;
- Buffer, Pos, Len: Word;
- Line: STRING[80]
- End;
- {$endif}
-