ReleasePhysicalRecordSet
Unlocks all physical records currently locked in the log table but does not remove them from the log table
#include <\nlm\nit\nwsync.h> void ReleasePhysicalRecordSet (void);
For cross-platform functionality, call NWReleasePhysicalRecordSet.
The log table resides on the server and is associated exclusively with the requesting task. Since the function does not remove the physical records from the log table, the application can relock the physical records without relogging them.
This function is ignored if there are no locked physical records.