TCVcsRemoveFiles
Return to Introduction  Previous page  Next page
Removes the passed files from the Project

Delphi (TCIntf.pas)

function TCVcsRemoveFiles( ProjectID: Cardinal; FileList: TStrings ): Integer;  

Parameters

Name
Description
ProjectID
ID of the project
FileList
List of files to be removed


Return Value

Err_OK if successful or an error code indicating the error.

Remarks

This function does not physically delete anything, but adds the object to the Recycle bin so that it is possible to recover it at a later date.

Exported
 
function TCVcsRemoveFiles( ProjectID: Cardinal; FileList: PChar ): Integer; stdcall;  


 


© 1995-2018 MCN Software