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

Delphi (TrkIntf.pas)

function TrkRenameProjectSv( Handle, ProjectID: Cardinal; Name: String ): Integer;  

Parameters

Name
Description
Handle
A valid Handle used to identify the User.
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.

If the lease has expired for the handle, the function will fail and return
Err_UnknownUserOrLeaseExpired. 

Exported

function TCDSTrkRenameProject( Handle, ProjectID: Cardinal; pName: PChar ): Integer; stdcall;  



 


© 1995-2018 MCN Software