TCDTrkRenameProject
Return to Introduction  Previous page  Next page
This function can be used to rename an existing Project   

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-2018 MCN Software