TCDVcsDeleteConnection
Return to Introduction  Previous page  Next page
Deletes an existing repository connection from the connection list.

Delphi (TCDirectIntf.pas)

function VcsDeleteConnection( Name: Stringvar Msg: String ): Boolean;  

Parameters

Name
Description
Name
The name of the connection to delete.
Msg (out)
Returns any error message that might have occurred if the result is False


Return Value

True if successful. If an error occurs, the string describing the error is returned in Msg.

Exported

function TCDVcsDeleteConnection( pName: PChar; const pMsg: PChar ): Boolean; stdcall;  



 


© 1995-2018 MCN Software