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