TCDVcsAddProject
Return to Introduction  Previous page  Next page
Create a new Project in the current repository.

Delphi (TCDirectIntf.pas)

function VcsAddProjectvar ProjID: Cardinal; Name: String ): Integer;  

Parameters

Name
Description
ProjID (Out)
If the function is successful, returns the ID of the newly created project.
Name
The name of the project to be created.


Return Value

Err_OK if successful or an error code indicating the error.

Exported

function TCDVcsAddProject( var ProjID: Cardinal; pName: PChar ): Integer; stdcall;  


 


© 1995-2018 MCN Software