Delphi (TCIntf.pas)
| function TCVcsCreateProject( var 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 TCVcsCreateProject( var ProjID: Cardinal; pName: PChar ): Integer; stdcall;
|
© 1995-2011 Quality Software Components Ltd