Delphi (TCDirectIntf.pas)
| function VcsConnect( const Connection, Name, Password: String ): Integer;
|
Parameters
|
Name
|
Description
|
|
Connection
|
The name of the connection to use. This must have been defined previously using the Connection Manager in the IDE. If this is left blank, the last-used connection will be used.
|
|
Name
|
The username to login using
|
|
Password
|
The password associated with the user
|
Return Value
Err_OK if successful or an error code indicating the error.
Remarks
This function should be called before any other function.
Exported
| function TCDVcsConnect( pConnection, pName, pPassword: PChar ): Integer; stdcall;
|
© 1995-2011 Quality Software Components Ltd