![]() | ||||
![]() |
NEWS APPS DOCS ABOUT | |||
![]() | ||||
![]() | ||||
![]() |
![]() Autodocs Include classes clib datatypes devices diskfont dos datetime.h / .i dos.h / .i dos_lib.i dosasl.h / .i dosextens.h / .i doshunks.h / .i dostags.h / .i exall.h / .i filehandler.h / .i notify.h / .i rdargs.h / .i record.h / .i stdio.h / .i var.h / .i exec gadgets graphics hardware images intuition libraries pragma pragmas prefs proto reaction resources rexx utility workbench GuruMeditation | #ifndef DOS_RECORD_H #define DOS_RECORD_H /* ** ** $VER: record.h 36.5 (12.7.1990) ** Includes Release 45.1 ** ** include file for record locking ** ** (C) Copyright 1989-2001 Amiga, Inc. ** All Rights Reserved ** */ #ifndef DOS_DOS_H #include <dos/dos.h> #endif /* Modes for LockRecord/LockRecords() */ #define REC_EXCLUSIVE 0 #define REC_EXCLUSIVE_IMMED 1 #define REC_SHARED 2 #define REC_SHARED_IMMED 3 /* struct to be passed to LockRecords()/UnLockRecords() */ struct RecordLock { 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 */ }; #endif /* DOS_RECORD_H */ Comments |
![]() |
$VER: d0.se 1.14 Copyright © 2011-2025 Tobias Geijersson support at d0 dot se |
![]() |