Delphi (TrkIntf.pas)
| function TrkRenameProject( ProjectID: Cardinal; Name: String ): Integer;
|
Parameters
|
Name
|
Description
|
|
ProjectID
|
The ID of the project to rename
|
|
Name
|
The new name to assign to the project
|
Return Value
Err_OK if successful or an error code indicating the error.
Exported
| function TCDTrkRenameProject( ProjectID: Cardinal; pName: PChar ): Integer; stdcall;
|
© 1995-2011 Quality Software Components Ltd