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:
Text File  |  1995-07-23  |  302 b   |  17 lines

  1. @node _dos_lock, dos
  2. @subheading Syntax
  3.  
  4. @example
  5. #include <io.h>
  6.  
  7. _dos_lock(int _fd, long _offset, long _length)
  8. @end example
  9.  
  10. @subheading Description
  11.  
  12. Adds an advisory lock to the specified region of the file.
  13.  
  14. @subheading Return Value
  15.  
  16. Zero if the lock was added, nonzero otherwise.
  17.