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