TCVcsUndoCheckOutFiles
Return to Introduction  Previous page  Next page
Undo the last checkout on the specified files

Delphi (TCIntf.pas)

function TCVcsUndoCheckOutFiles( FileList: TStrings ): Integer;  

Parameters

Name
Description
FileList
List of files


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.

Exported

function TCVcsUndoCheckOutFiles( FileList: PChar ): Integer; stdcall;  


 


© 1995-2018 MCN Software