home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 1
/
amigaformatcd01.iso
/
demos
/
secal
/
inc
/
dos
/
record.inc
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-04-30
|
224 b
|
15 lines
include "inc/dos/dos.inc";
def REC_EXCLUSIVE = 0;
def REC_EXCLUSIVE_IMMED = 1;
def REC_SHARED = 2;
def REC_SHARED_IMMED = 3;
struct RecordLock is
rec_FH:long;
rec_Offset:ulong;
rec_Length:ulong;
rec_Mode:ulong;
;