home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / msdos / programm / 10733 < prev    next >
Encoding:
Internet Message Format  |  1992-11-18  |  1.0 KB

  1. Path: sparky!uunet!usc!zaphod.mps.ohio-state.edu!uwm.edu!linac!uchinews!machine!ddsw1!infopls!rhps!warlok
  2. From: warlok@rhps.chi.il.us (Jon L Fincher)
  3. Newsgroups: comp.os.msdos.programmer
  4. Subject: Re: What Borland C library calls that use DOS?
  5. Message-ID: <cDycuB7w165w@rhps.chi.il.us>
  6. Date: Mon, 16 Nov 92 18:39:59 CST
  7. References: <1992Nov13.151418.20261@murdoch.acc.Virginia.EDU>
  8. Organization: CrissySoft Incorporated
  9. Lines: 16
  10.  
  11. fs8j@uvacs.cs.Virginia.EDU (Fraser Street) writes:
  12.  
  13. > Does someone have a list of Boralnd C library functions that make use
  14. > of DOS (the int 21 API).  I can't find any list of these calls in the
  15. > Borland documentation.  
  16.  
  17. Try investigating any functions declared in dos.h.
  18.  
  19. You could find them out yourself by installing a small TSR that hooks
  20. INT 21h, then when called, simply dumps the CS:IP of the calling code
  21. either to the screen or a file, and calls DOS.  The CS:IP will be
  22. on the stack under the register values, 16 or 18 bytes down from SP.
  23.  
  24. Sorry I couldn't be of more help.
  25.  
  26. J.L.Fincher, Warlok
  27.