home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / aspisrc.zip / dev / IMPDOS.DEF < prev    next >
Text File  |  1994-10-09  |  3KB  |  58 lines

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