delorie.com/djgpp/doc/libc/libc_540.html | search |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
#include <io.h> int lock64(int fd, long long offset, long long length); |
This function will fail unless SHARE, or a network software providing similar interface, is installed.
Arguments offset and length must be of type long
long
, thus enabling you to lock with offsets and lengths as large as
~2^63 (FAT16 limits this to ~2^31; FAT32 limits this to
2^32-2).
See section unlock64.
ANSI/ISO C | No |
POSIX | No |
webmaster | delorie software privacy |
Copyright © 2004 | Updated Apr 2004 |