NWReleasePhysicalRecordSet --
unlocks, but does not remove, all physical records
Synopsis
#include <nwfile.h>
or
#include <nwcalls.h>
NWCCODE N_API NWReleasePhysicalRecordSet
(void);
Return Values
0x0000
SUCCESSFUL
Remarks
A physical record lock, as opposed to a logical lock, is the actual lock
of a specified record relative to a physical file. When a record is
locked, it is also entered into a log table. Records are locked only if
all records in the log table are available for locking. This is done to
avoid deadlock.
NWReleasePhysicalRecordSet is ignored if the workstation does
not have locked physical records.