qc.hlp (Table of Contents; Topic list)
intdosx
 Description Example                     Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Include:   <dos.h>
 
  Syntax:    int intdosx( union REGS *inregs, union REGS *outregs,
                          struct SREGS *segregs );
 
  Returns:   the value in the AX register after the system call is
             completed.
 
  See also:  bdos, FP_SEG, intdos, segread
                                    -♦-