home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Extra Super CD 1998 January
/
PCPLUS131.iso
/
DJGPP
/
V2
/
DJLSR201.ZIP
/
src
/
libc
/
dos
/
io
/
doslock.txh
< 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
|
1995-07-23
|
302 b
|
17 lines
@node _dos_lock, dos
@subheading Syntax
@example
#include <io.h>
_dos_lock(int _fd, long _offset, long _length)
@end example
@subheading Description
Adds an advisory lock to the specified region of the file.
@subheading Return Value
Zero if the lock was added, nonzero otherwise.