home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Assembler / wst!oma3.lha / OMA / Include / dos / record.i < prev    next >
Encoding:
Text File  |  1994-12-23  |  494 b   |  25 lines

  1.     IFND    DOS_RECORD_I
  2. DOS_RECORD_I    EQU    1
  3. *    $Filename: dos/record.i $
  4. *    $Release: 2.04 Includes, V37.4 $
  5. *    $Revision: 36.5 $
  6. *    $Date: 90/07/12 $
  7. *    include file for record locking
  8. *    (C) Copyright 1989-1991 Commodore-Amiga, Inc.
  9. *        All Rights Reserved
  10.     IFND    DOS_DOS_I
  11.     INCLUDE    "dos/dos.i"
  12.     ENDC
  13. REC_EXCLUSIVE    EQU    0
  14. REC_EXCLUSIVE_IMMED    EQU    1
  15. REC_SHARED    EQU    2
  16. REC_SHARED_IMMED    EQU    3
  17.     RSRESET
  18. RecordLock    rs.b    0
  19. rec_FH    rs    2
  20. rec_Offset    rs    2
  21. rec_Length    rs    2
  22. rec_Mode    rs    2
  23. RecordLock_SIZEOF    rs.b    0
  24.     ENDC
  25.