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-2011 Quality Software Components Ltd