Delphi (TCDirectIntf.pas)
| function VcsRenameProject( ProjID: Cardinal; Name: String ): Integer;
|
Parameters
|
Name
|
Description
|
|
ProjID
|
The ID of the project to rename.
|
|
Name
|
The new name for the project.
|
Return Value
Err_OK if successful or an error code indicating the error.
Exported
| function TCDVcsRenameProject( ProjID: Cardinal; pName: PChar ): Integer; stdcall;
|
© 1995-2013 MCN Software Ltd