NWReleaseFileLock2
Unlocks the specified file but does not remove it from the log table
#include <nwfile.h>
or
#include <nwcalls.h>
N_EXTERN_LIBRARY(NWCCODE) NWReleaseFileLock2 (
NWCONN_HANDLE conn,
NWDIR_HANDLE dirHandle,
const nstr8 N_FAR *path);
uses calwin32
Function NWReleaseFileLock2
(conn : NWCONN_HANDLE;
dirHandle : NWDIR_HANDLE;
path : pnstr8
) : NWCCODE;
These are common return values; see Return Values (NDK: Connection, Message, and NCP Extensions) for more information.
path can specify either a file’s complete path name or a path relative to the current working directory. For example, if a file’s complete path name is SYS:ACCOUNT/DOMEST/TARGET.DAT and the directory handle mapping is SYS:ACCOUNT, path could be either of the following:
SYS:ACCOUNT/DOMEST/TARGET.DAT or DOMEST/TARGET.DAT
NWReleaseFileLock2 is ignored if the requesting workstation does not have locked files.