home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / lxapi32.zip / Lib / impdos.def next >
Text File  |  2002-04-26  |  3KB  |  64 lines

  1. ; $Id: impdos.def,v 1.2 2002/04/26 23:09:22 smilcke Exp $
  2.  
  3. ;/************************************************************************\
  4. ;**                                                                      **
  5. ;**               OS/2(r) Physical Device Driver Libraries               **
  6. ;**                         for Watcom C/C++ 10                          **
  7. ;**                                                                      **
  8. ;**  COPYRIGHT:                                                          **
  9. ;**                                                                      **
  10. ;**    (C) Copyright Advanced Gravis Computer Technology Ltd 1994.       **
  11. ;**        All Rights Reserved.                                          **
  12. ;**                                                                      **
  13. ;**  DISCLAIMER OF WARRANTIES:                                           **
  14. ;**                                                                      **
  15. ;**    The following [enclosed] code is provided to you "AS IS",         **
  16. ;**    without warranty of any kind.  You have a royalty-free right to   **
  17. ;**    use, modify, reproduce and distribute the following code (and/or  **
  18. ;**    any modified version) provided that you agree that Advanced       **
  19. ;**    Gravis has no warranty obligations and shall not be liable for    **
  20. ;**    any damages arising out of your use of this code, even if they    **
  21. ;**    have been advised of the possibility of such damages.  This       **
  22. ;**    Copyright statement and Disclaimer of Warranties may not be       **
  23. ;**    removed.                                                          **
  24. ;**                                                                      **
  25. ;\************************************************************************/
  26.  
  27.  
  28. ;; ImpDos.def
  29. ;;
  30. ;; Export/import information for DOS* APIs callable at Init time.
  31. ;;
  32. ;; History:
  33. ;;
  34. ;; Sep 30, 94  David Bollo         Initial version
  35. ;; Jan 22, 97  Sander van Leeuwen  Added DOSFLATCS & DOSFLATDS
  36.  
  37. LIBRARY DOSCALLS
  38.  
  39. EXPORTS
  40.     DOSBEEP                   @50
  41.     DOSCHGFILEPTR             @58
  42.     DOSCLOSE                  @59
  43.     DOSDELETE                 @60
  44.     DOSDEVCONFIG              @52
  45.     DOSDEVIOCTL               @53
  46.     DOSFINDCLOSE              @63
  47.     DOSFINDFIRST              @64
  48.     DOSFINDNEXT               @65
  49.     DOSGETENV                 @91
  50.     DOSGETHUGESHIFT           @41
  51.     DOSGETMACHINEMODE         @49
  52.     DOSGETVERSION             @92
  53.     DOSOPEN                   @70
  54.     DOSQCURDIR                @71
  55.     DOSQCURDISK               @72
  56.     DOSQFILEINFO              @74
  57.     DOSQFILEMODE              @75
  58.     DOSREAD                   @137
  59.     DOSWRITE                  @138
  60.     DOSCREATETHREAD           @145
  61.     DOS32FLATDS               @370
  62.     DOS32FLATCS               @369
  63.     DOSIODELAYCNT             @427
  64.