ReleasePhysicalRecordSet

Unlocks all physical records currently locked in the log table but does not remove them from the log table

Local Servers:blocking
Remote Servers:blocking
Classification:3.x, 4.x, 5.x, 6.x
Service:Server-Based Synchronization

Syntax

  #include <\nlm\nit\nwsync.h>  
   
  void ReleasePhysicalRecordSet (void); 
  

Remarks

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.

See Also

ClearPhysicalRecord, ClearPhysicalRecordSet, LockPhysicalRecordSet, LogPhysicalRecord, ReleasePhysicalRecord