TCVcsLockFile
Return to Introduction  Previous page  Next page
Locks or Unlocks the file passed in AFile without performing a Get or CheckOut.

Delphi (TCIntf.pas)

function TCVcsLockFile( AFile: String; Lock: Boolean ): Integer;  

Parameters

Name
Description
AFile
The full local path to the file to be locked or unlocked
Lock
Lock the file or unlock it.


Return Value

Err_OK if successful or an error code indicating the error.

Exported
 
  function TCVcsLockFile( pFile: PChar; Lock: Boolean ): Integer; stdcall;  
 



 


© 1995-2018 MCN Software