Virtual Devices (3.1) (vdag31qh.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
EBIS_Sel_Struc
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
include bimodint.inc
 
EBIS_Sel_Struc STRUC
EBIS_User_Mode_Sel  dw  ?
                    dw  ?
EBIS_Super_Mode_Sel dw  ?
EBIS_Sel_Struc ENDS
 
The EBIS_Sel_Struc structure contains user- and supervisor-mode selectors
for extra segments used by a bimodal interrupt handler.
 
Member               Description
────────────────────────────────────────────────────────────────────────────
 
EBIS_User_Mode_Sel   Specifies an user-mode selector for an extra segment.
 
EBIS_Super_Mode_Sel  Specifies a supervisor-mode selector for an extra
                     segment; this field is used by the virtual PIC device.
 
See Also
 
Bimodal_Int_Struc