NWReleaseFileLockSet --
unlocks files in log table but does not remove them from table
Synopsis
#include <nwfile.h>
or
#include <nwcalls.h>
NWCCODE N_API NWReleaseFileLockSet
(void);
Return Values
0x0000
SUCCESSFUL
Remarks
To avoid deadlock, a workstation must request those files it needs
to lock; it does so by making an entry into the File Log Table at
the NetWare server. Once the log table is complete, the application
can then lock those files. The locking works only if all files in
the table are available.
NWReleaseFileLockSet is ignored if the requesting
workstation does not have locked files.