TCVcsUndoCheckOutFile
Return to Introduction  Previous page  Next page
Undo the last checkout on this file

Delphi (TCIntf.pas)

function TCVcsUndoCheckOutFile( AFile: String ): Integer;  

Parameters

Name
Description
AFile
The full path to the local file


Return Value

Err_OK if successful or an error code indicating the error.

Remarks

When you undo a checkout, all changes to the local file are lost. Be careful when using this function.


 


© 1995-2018 MCN Software