NWClearPhysicalRecord
Unlocks the specified physical record and removes it from the log table
#include <nwfile.h>
or
#include <nwcalls.h>
N_EXTERN_LIBRARY( NWCCODE )NWClearPhysicalRecord (
NWFILE_HANDLE fileHandle,
nuint32 recStartOffset,
nuint32 recSize);
uses calwin32
Function NWClearPhysicalRecord
(fileHandle : NWFILE_HANDLE;
recStartOffset : nuint32;
recSize : nuint32
) : NWCCODE;
These are common return values; see Return Values (NDK: Connection, Message, and NCP Extensions) for more information.
NWClearPhysicalRecord locates the physical record within the specified file by passing the offset in recStartOffset and the length in recSize.
NOTE:Locking or unlocking a logical record does not physically lock or unlock those resources associated with the logical record; only the applications using the record know about such an association.
recStartOffset and recSize should match the corresponding parameters in NWLogPhysicalRecord.
NWClearPhysicalRecord is ignored if the requesting workstation does not have logged physical records.