qck.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.
VBDOS.BI File
                                                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 VBDOS.BI File
 
 ■ The VBDOS.BI file contains the necessary declarations for the Absolute and
   Interrupt[X] routines.
 
 ■ To use either the Absolute or Interrupt[X] routine in your application,
   you must use the $INCLUDE metacommand to load VBDOS.BI into every module:
 
         REM $INCLUDE: 'VBDOS.BI'
 
 ■ To view include-file text, choose Included File or Included lines from the
   View menu.
 
 See: Absolute Routine  $INCLUDE Metacommand  Interrupt[X] Routine