ReleaseFileSet

Unlocks all files currently locked in the log table, but it 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 ReleaseFileSet (void); 
  

Remarks

For cross-platform functionality, call NWReleaseFileLockSet.

The files are not removed from the log table; therefore, the application can relock the files without relogging them.

This function is ignored if there are no locked files.

See Also

ClearFile, ClearFileSet, LockFileSet, LogFile, ReleaseFile