]> wirehaze git hosting - MS-DOS.git/blob - v4.0/src/INC/LOCK.INC

wirehaze git hosting

MZ is back!
[MS-DOS.git] / v4.0 / src / INC / LOCK.INC
1 ;
2 ;Equates for LOCK
3 ;
4 ;LOCK functions
5 ;
6 Lock_all equ 0
7 Unlock_all equ 1
8 Lock_mul_range equ 2
9 Unlock_mul_range equ 3
10 Lock_read equ 4
11 Write_unlock equ 5
12 Lock_add equ 6
13
14 ;
15 ;Structure for Lock buffer
16
17 LockBuf STRUC
18
19 Lock_position DD ? ; file position for LOCK
20 Lock_length DD ? ; number of bytes to LOCK
21
22 LockBuf ENDS
23 ;
24 \1a