TCVcsShowWorkfileDifferences
Return to Introduction  Previous page  Next page
Display the difference viewer to compare the specified revision with the workfile.

Delphi (TCIntf.pas)

procedure TCVcsShowWorkfileDifferences( FileName, Revision: String; ShowDiffs: Boolean; var Status: Integer );  

Parameters

Name
Description
FileName
The full path of the work file
Revision
The name of the Revision to compare (e.g. 1.3)
ShowDiffs
If True, displays the difference viewer. If False, returns the status of the files in Status.
Status (Out)
If the files are different Status will be 0, otherwise returns Err_FilesTheSame


Return Value

None

Exported

procedure TCVcsShowWorkfileDifferences( pFileName, pRevision: PChar; ShowDiffs: Boolean; var Status: Integer ); stdcall;  


 


© 1995-2018 MCN Software