| NEWS APPS DOCS ABOUT | ||||
Autodocs Include classes clib datatypes devices diskfont dos datetime.i / .h dos.i / .h dos_lib.i dosasl.i / .h dosextens.i / .h doshunks.i / .h dostags.i / .h exall.i / .h filehandler.i / .h notify.i / .h rdargs.i / .h record.i / .h stdio.i / .h var.i / .h exec gadgets graphics hardware images intuition libraries pragma pragmas prefs proto reaction resources rexx utility workbench GuruMeditation | IFND DOS_RECORD_I
DOS_RECORD_I SET 1
**
** $VER: record.i 36.5 (12.7.1990)
** Includes Release 45.1
**
** include file for record locking
**
** (C) Copyright 1989-2001 Amiga, Inc.
** All Rights Reserved
**
IFND DOS_DOS_I
INCLUDE "dos/dos.i"
ENDC
* Modes for LockRecord/LockRecords()
REC_EXCLUSIVE EQU 0
REC_EXCLUSIVE_IMMED EQU 1
REC_SHARED EQU 2
REC_SHARED_IMMED EQU 3
* struct to be passed to LockRecords()/UnLockRecords()
STRUCTURE RecordLock,0
BPTR rec_FH ; filehandle
ULONG rec_Offset ; offset in file
ULONG rec_Length ; length of file to be locked
ULONG rec_Mode ; Type of lock
LABEL RecordLock_SIZEOF
ENDC ; DOS_RECORD_I
Comments |
| $VER: d0.se 1.14 Copyright © 2011-2025 Tobias Geijersson support at d0 dot se |