home *** CD-ROM | disk | FTP | other *** search
- ;╔═══════════════════════════════════════════════════════════════════════════╗
- ;║ ELEPKBD_PList : Parameter list passed to DLL functions called from the ║
- ;║ ELEP2 Emulator ║
- ;╚═══════════════════════════════════════════════════════════════════════════╝
-
- ELEPKBD_Plist struc
-
- _LVB DD ? ; Pointer to PC Logical Video Buffer
- _DCA DD ? ; Pointer to Adapter Card Buffer
- _DCA_Address DW ? ; Current DCA Buffer Address
- _Host_Rows DW ? ; Number of Host Rows (25/33/44)
- _Host_Cols DW ? ; Number of Host Columns (80)
- _ELEP2DD_Handle DW ? ; Handle to ELEPDCA
- _CardNo DB ? ; Adapter Card Number
- _Argument DW ? ; Invocation Argument
- _KBD_Q_Handle DW ? ; KBD Queue Handle
- _Ordinal DW ? ; Function Ordinal Value
-
- ELEPKBD_Plist EndS