TCDVcsUncheckOutFile
Return to Introduction  Previous page  Next page
Undo a checkout on a file.

Delphi (TCDirectIntf.pas)

function VcsUncheckOutFile( FileID: Cardinal ): Integer;  

Parameters

Name
Description
FileID
The ID of the file to undo the checkout on.


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 TCDVcsUncheckOutFile( FileID: Cardinal ): Integer; stdcall;  


 


© 1995-2018 MCN Software